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 ccraig
Recipients
Date 2002-10-02.21:46:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This is a reference implementation of rational numbers
(PEP239).
It includes regression tests for rationals and changes
to cPickle/pickle
to support them.  It has been tested on Solaris and
Linux, but notably not Windows.

This implementation does change the behaviour of future
division to return a rational rather than a float.
History
Date User Action Args
2007-08-23 15:15:55adminlinkissue617779 messages
2007-08-23 15:15:55admincreate