Re: [Python-Dev] PEP 239 - Rational

2009-03-09 Thread Guido van Rossum
On Sun, Mar 8, 2009 at 11:41 PM, Lie Ryan wrote: > 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 stat

[Python-Dev] PEP 239 - Rational

2009-03-08 Thread Lie Ryan
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)