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-16.10:57:19
SpamBayes Score 4.52356e-09
Marked as misclassified No
Message-id <1239879441.22.0.242976004703.issue5772@psf.upfronthosting.co.za>
In-reply-to
Content
The point of the empty type code is to make sure a number looks like a
float (so as to avoid formatting 2.0 as "2"). But if we have an
exponent, the result already looks like a float, so there's no need to
modify the number further.
History
Date User Action Args
2009-04-16 10:57:21eric.smithsetrecipients: + eric.smith, mark.dickinson
2009-04-16 10:57:21eric.smithsetmessageid: <1239879441.22.0.242976004703.issue5772@psf.upfronthosting.co.za>
2009-04-16 10:57:20eric.smithlinkissue5772 messages
2009-04-16 10:57:19eric.smithcreate