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 wolma
Recipients oscarbenjamin, skrah, steven.daprano, wolma
Date 2014-02-08.23:09:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391900961.78.0.220504708951.issue20499@psf.upfronthosting.co.za>
In-reply-to
Content
oops,

> if exp in _ExactRatio.decimal_infinite:  # INF, NAN, sNAN

should read

if exp in ('F', 'n', 'N'):  # INF, NAN, sNAN

of course. What I pasted comes from a micro-optimization I tried, but which doesn't give any benefit.
History
Date User Action Args
2014-02-08 23:09:21wolmasetrecipients: + wolma, steven.daprano, skrah, oscarbenjamin
2014-02-08 23:09:21wolmasetmessageid: <1391900961.78.0.220504708951.issue20499@psf.upfronthosting.co.za>
2014-02-08 23:09:21wolmalinkissue20499 messages
2014-02-08 23:09:21wolmacreate