This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xiang.zhang
Recipients Carl Ekerot, Tim.Graham, christian.heimes, loewis, python-dev, serhiy.storchaka, xiang.zhang
Date 2016-11-14.15:29:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479137347.78.0.166379294018.issue28563@psf.upfronthosting.co.za>
In-reply-to
Content
GNU gettext only allows the plural value(n) to be an integer(unsigned long int). Django deliberately converts the value to long in filesizeformat. Any reason not to use int?
History
Date User Action Args
2016-11-14 15:29:07xiang.zhangsetrecipients: + xiang.zhang, loewis, christian.heimes, python-dev, serhiy.storchaka, Tim.Graham, Carl Ekerot
2016-11-14 15:29:07xiang.zhangsetmessageid: <1479137347.78.0.166379294018.issue28563@psf.upfronthosting.co.za>
2016-11-14 15:29:07xiang.zhanglinkissue28563 messages
2016-11-14 15:29:07xiang.zhangcreate