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 mdk
Recipients Tim.Graham, loewis, mdk, serhiy.storchaka, xiang.zhang
Date 2016-12-04.14:31:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480861870.78.0.312882718272.issue28692@psf.upfronthosting.co.za>
In-reply-to
Content
> It seems to me that a fractional number should be formatted with the same form independently from it's value

Ok, so 1.000 seconds, ok, LGTM.

Should we mention something explicit about it? Not sure how to write it down, but I still fear that everyone's reaction will be "Oh can't give a float? Let my put a round() in my call" and stay with the same plural bug as before.

Maybe replace

> Plural value must be an integer

by

> Should not use ngettext with floating point, consider an invariant form.

?
History
Date User Action Args
2016-12-04 14:31:10mdksetrecipients: + mdk, loewis, serhiy.storchaka, Tim.Graham, xiang.zhang
2016-12-04 14:31:10mdksetmessageid: <1480861870.78.0.312882718272.issue28692@psf.upfronthosting.co.za>
2016-12-04 14:31:10mdklinkissue28692 messages
2016-12-04 14:31:10mdkcreate