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-10-24.13:41:03
SpamBayes Score 1.2463686e-10
Marked as misclassified No
Message-id <1256391665.8.0.874616034785.issue7117@psf.upfronthosting.co.za>
In-reply-to
Content
Some key revision numbers from the py3k short float repr, for reference:

r71663:  include Gay's code, build and configure fixes
r71723:  backout SSE2 detection code added in r71663
r71665:  rewrite of float formatting code to use Gay's code

Backported most of r71663 and r71723 to trunk in:

r75651: Add dtoa.c, dtoa.h, update license.
r75658: configuration changes - detect float endianness,
        add functions to get and set x87 control word, and
        determine when short float repr can be used.

Significant changes from r71663 not yet included:

* Misc/NEWS update
* Lib/test/formatfloat_testcases.txt needs updating to match py3k.
History
Date User Action Args
2009-10-24 13:41:06mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, eric.smith
2009-10-24 13:41:05mark.dickinsonsetmessageid: <1256391665.8.0.874616034785.issue7117@psf.upfronthosting.co.za>
2009-10-24 13:41:04mark.dickinsonlinkissue7117 messages
2009-10-24 13:41:04mark.dickinsoncreate