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 eric.smith
Recipients eric.smith, mark.dickinson
Date 2009-04-28.14:06:56
SpamBayes Score 4.338639e-07
Marked as misclassified No
Message-id <1240927618.21.0.47740005391.issue5864@psf.upfronthosting.co.za>
In-reply-to
Content
I agree this should be changed.

This:
>>> format(1234.56, '.4')
'1235.0'
is definitely a problem.
History
Date User Action Args
2009-04-28 14:06:58eric.smithsetrecipients: + eric.smith, mark.dickinson
2009-04-28 14:06:58eric.smithsetmessageid: <1240927618.21.0.47740005391.issue5864@psf.upfronthosting.co.za>
2009-04-28 14:06:57eric.smithlinkissue5864 messages
2009-04-28 14:06:56eric.smithcreate