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 mark.dickinson
Recipients mark.dickinson, rhettinger
Date 2010-04-02.21:07:06
SpamBayes Score 3.402416e-07
Marked as misclassified No
Message-id <1270242428.63.0.959783893861.issue8294@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately, that line is wrong (or at least incomplete), since decimals in exponential form are also accepted:

>>> Fraction('2.3e4')
Fraction(23000, 1)

I could try to reinstate a fixed version.

Attaching a second version of the patch:  same as the first, except for some doc tweaks.  (Rewording, markup fixes.)
History
Date User Action Args
2010-04-02 21:07:09mark.dickinsonsetrecipients: + mark.dickinson, rhettinger
2010-04-02 21:07:08mark.dickinsonsetmessageid: <1270242428.63.0.959783893861.issue8294@psf.upfronthosting.co.za>
2010-04-02 21:07:07mark.dickinsonlinkissue8294 messages
2010-04-02 21:07:06mark.dickinsoncreate