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 mark.dickinson
Recipients eric.smith, mark.dickinson, rhettinger
Date 2009-07-07.15:19:14
SpamBayes Score 4.2513544e-09
Marked as misclassified No
Message-id <1246979955.77.0.653870044891.issue5864@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not going to backport this to 2.6.  The problem is that the fix for 
this issue is tied up with the corresponding change to str (str(1e11) 
produces '1e+11' in trunk and 100000000000.0 in release26-maint);  I 
daren't change str() in 2.6, so backporting would mean separating out the 
str and format changes.

I'm not opposed to the backport itself; it's just a lack of time and 
confidence of getting it right on my part.  If anyone else wants to 
backport feel free.
History
Date User Action Args
2009-07-07 15:19:15mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, eric.smith
2009-07-07 15:19:15mark.dickinsonsetmessageid: <1246979955.77.0.653870044891.issue5864@psf.upfronthosting.co.za>
2009-07-07 15:19:14mark.dickinsonlinkissue5864 messages
2009-07-07 15:19:14mark.dickinsoncreate