]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update the py3k version of the rational module to expose only methods needed by
authorJeffrey Yasskin <jyasskin@gmail.com>
Thu, 17 Jan 2008 07:36:30 +0000 (07:36 +0000)
committerJeffrey Yasskin <jyasskin@gmail.com>
Thu, 17 Jan 2008 07:36:30 +0000 (07:36 +0000)
commit9893de1b83978249eafaebe575989537c01b484e
tree25f465a8eba333743569badfb2783e13c8a8b2f8
parent35641461db7c692877ffa4bbbfe31a525c81770e
Update the py3k version of the rational module to expose only methods needed by
py3k (i.e., no __div__) and use py3k functions like math.floor().
Lib/numbers.py
Lib/rational.py
Lib/test/test_rational.py