]> granicus.if.org Git - python/commit
Make rational.gcd() public and allow Rational to take decimal strings, per
authorJeffrey Yasskin <jyasskin@gmail.com>
Sun, 27 Jan 2008 05:40:35 +0000 (05:40 +0000)
committerJeffrey Yasskin <jyasskin@gmail.com>
Sun, 27 Jan 2008 05:40:35 +0000 (05:40 +0000)
commit3e1a3736169fbd7e1a2234899faa64e5de75bc3e
tree9270a62b634fb382825130180054c50d72446eed
parent46c61b2c1dc082da1ab016e74c7074c3b653a358
Make rational.gcd() public and allow Rational to take decimal strings, per
Raymond's advice.
Lib/rational.py
Lib/test/test_rational.py