Message102204
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.) |
|
Date |
User |
Action |
Args |
2010-04-02 21:07:09 | mark.dickinson | set | recipients:
+ mark.dickinson, rhettinger |
2010-04-02 21:07:08 | mark.dickinson | set | messageid: <1270242428.63.0.959783893861.issue8294@psf.upfronthosting.co.za> |
2010-04-02 21:07:07 | mark.dickinson | link | issue8294 messages |
2010-04-02 21:07:06 | mark.dickinson | create | |
|