]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments.
authorRaymond Hettinger <python@rcn.com>
Thu, 10 Jul 2008 14:34:57 +0000 (14:34 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 10 Jul 2008 14:34:57 +0000 (14:34 +0000)
commitb01713e7dc26721e821a2b3ed8a67600d68940fb
tree719287beb7ed98a8e8aecfe2e647314325569d3f
parent3cd1e42dca01308a9f5897ba2efc2aab0bebb661
Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments.
Lib/fractions.py
Lib/test/test_fractions.py
Misc/NEWS