[Python-Dev] Re: PEP239 (Rational Numbers) Reference Implementation and new issues

Guido van Rossum guido@python.org
Mon, 07 Oct 2002 21:12:53 -0400


> 2r/3 would be nicer IMO.

Or 2/3r.  (The r binds only to the 3, but of course the binary
operator rules kick in with the same effect.)

Frankly, this is the only sane notation for rationals I've seen so far
in this discussion.

--Guido van Rossum (home page: http://www.python.org/~guido/)