Patches item #617779, was opened at 2002-10-02 23:46 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=617779&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core (C code) Group: Python 2.3 >Status: Closed >Resolution: Rejected Priority: 5 Private: No 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: Martin v. Löwis (loewis) Date: 2006-11-05 04:23 Message: Logged In: YES user_id=21627 Since the PEP was rejected, so is this patch. ---------------------------------------------------------------------- Comment By: Christopher A. Craig (ccraig) Date: 2002-10-16 03: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 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
