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 random832
Recipients random832
Date 2015-12-31.20:59:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451595590.68.0.197113034584.issue25984@psf.upfronthosting.co.za>
In-reply-to
Content
I think it would be useful for programs to be able to detect whether a system uses IEEE-754 double-precision values for the 'float' type. There is lots of detailed information about the float type in sys.float_info, but no simple "is IEEE" flag. On some C implementations, this is exposed as __STDC_IEC_559__.
History
Date User Action Args
2015-12-31 20:59:50random832setrecipients: + random832
2015-12-31 20:59:50random832setmessageid: <1451595590.68.0.197113034584.issue25984@psf.upfronthosting.co.za>
2015-12-31 20:59:50random832linkissue25984 messages
2015-12-31 20:59:50random832create