[Patches] [ python-Patches-617779 ] Rational Reference Implementation

noreply@sourceforge.net noreply@sourceforge.net
Tue, 15 Oct 2002 18:55:01 -0700


Patches item #617779, was opened at 2002-10-02 17:46
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=617779&group_id=5470

Category: Core (C code)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Christopher A. Craig (ccraig)
Assigned to: Nobody/Anonymous (nobody)
Summary: Rational Reference Implementation

Initial Comment:
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.


----------------------------------------------------------------------

>Comment By: Christopher A. Craig (ccraig)
Date: 2002-10-15 21:55

Message:
Logged In: YES 
user_id=135050

Attached rational-Nr
uses rational literals in the form 3r or 3R


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=617779&group_id=5470