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 dino.viehland
Recipients dino.viehland
Date 2008-12-01.17:52:24
SpamBayes Score 0.009409533
Marked as misclassified No
Message-id <1228153945.74.0.126553636811.issue4482@psf.upfronthosting.co.za>
In-reply-to
Content
10e667.__format__('+')  returns '+1.0#INF'

vs:

10e667.__format__('') which returns 'inf'

The docs say 'inf' is right.
History
Date User Action Args
2008-12-01 17:52:25dino.viehlandsetrecipients: + dino.viehland
2008-12-01 17:52:25dino.viehlandsetmessageid: <1228153945.74.0.126553636811.issue4482@psf.upfronthosting.co.za>
2008-12-01 17:52:24dino.viehlandlinkissue4482 messages
2008-12-01 17:52:24dino.viehlandcreate