_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
PEP 239 says that Rational type was Rejected, but some time ago this
decision is reverted, and now python 3.0 and python 2.6 includes a
fractions.Fraction type. Shouldn't this PEP be updated? (At least to
include a note of its obsoleted status or to point to the reversion)
- [Python-Dev] PEP 239 - Rational Lie Ryan
- Re: [Python-Dev] PEP 239 - Rational Guido van Rossum