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 loewis
Recipients
Date 2004-09-18.15:32:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

Please submit patches as unified or context diffs.

The file you have attached fails for me as well, I get

**********************************************************************
File "/tmp/Rational.py", line 115, in Rational
Failed example:
    float(p.trim(1L<<32)-p)
Expected:
    -7.3974359428840768e-020
Got:
    -7.3974359428840768e-20
**********************************************************************
File "/tmp/Rational.py", line 126, in Rational
Failed example:
    float(p.approximate(rational(1L)>>32)-p)
Expected:
    1.3733999215941832e-011
Got:
    1.3733999215941832e-11
**********************************************************************

I have now untabified Rational.py, please use that as a
starting point for further changes.
History
Date User Action Args
2007-08-23 15:39:29adminlinkissue1012468 messages
2007-08-23 15:39:29admincreate