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 benjamin.peterson
Recipients benjamin.peterson, mark.dickinson
Date 2010-07-07.18:25:57
SpamBayes Score 0.42702127
Marked as misclassified No
Message-id <1278527159.47.0.497382000521.issue9192@psf.upfronthosting.co.za>
In-reply-to
Content
At the moment, the only way is float.__getformat__() which is unpleasant and unofficial. Perhaps we could add a member to sys.float_info.
History
Date User Action Args
2010-07-07 18:25:59benjamin.petersonsetrecipients: + benjamin.peterson, mark.dickinson
2010-07-07 18:25:59benjamin.petersonsetmessageid: <1278527159.47.0.497382000521.issue9192@psf.upfronthosting.co.za>
2010-07-07 18:25:58benjamin.petersonlinkissue9192 messages
2010-07-07 18:25:57benjamin.petersoncreate