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 Eli.Stevens
Recipients Eli.Stevens, mark.dickinson, mark.wiebe
Date 2011-04-04.21:36:23
SpamBayes Score 6.89355e-08
Marked as misclassified No
Message-id <1301952984.7.0.810300674459.issue11734@psf.upfronthosting.co.za>
In-reply-to
Content
There seems to be some disagreement about the double-rounding issue; Mark Dickinson posted on python-ideas that he doesn't think that there is one.  If possible, I think that removing code paths that aren't needed are generally a good thing, especially if I'm going to have to add support for non-IEEE floats.

I'll start working on the isnan/isinf/frexp/ldexp implementation for the cases where either we don't have a UINT64 type, or doubles aren't IEEE.  Given my current schedule, I don't think that I'll have this done today; hopefully tomorrow morning.  :)
History
Date User Action Args
2011-04-04 21:36:24Eli.Stevenssetrecipients: + Eli.Stevens, mark.dickinson, mark.wiebe
2011-04-04 21:36:24Eli.Stevenssetmessageid: <1301952984.7.0.810300674459.issue11734@psf.upfronthosting.co.za>
2011-04-04 21:36:23Eli.Stevenslinkissue11734 messages
2011-04-04 21:36:23Eli.Stevenscreate