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, rhettinger, tim.peters
Date 2009-10-24.21:17:23
SpamBayes Score 0.0005683826
Marked as misclassified No
Message-id <1256419044.41.0.253067042556.issue7117@psf.upfronthosting.co.za>
In-reply-to
Content
Another thing to consider is that in py3k we removed all conversions of
converting 'f' to 'g', such as this, from Objects/unicodeobject.c:

    if (type == 'f' && fabs(x) >= 1e50)
        type = 'g';

Should we also do that as part of this exercise? Or should it be another
issue, or not done at all?
History
Date User Action Args
2009-10-24 21:17:24eric.smithsetrecipients: + eric.smith, tim.peters, rhettinger, mark.dickinson
2009-10-24 21:17:24eric.smithsetmessageid: <1256419044.41.0.253067042556.issue7117@psf.upfronthosting.co.za>
2009-10-24 21:17:23eric.smithlinkissue7117 messages
2009-10-24 21:17:23eric.smithcreate