Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments.
commitfced3d18b6fc208cddf78b3bf8e2b2369e1175cd
authorraymond.hettinger <raymond.hettinger@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 10 Jul 2008 14:34:57 +0000 (10 14:34 +0000)
committerraymond.hettinger <raymond.hettinger@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 10 Jul 2008 14:34:57 +0000 (10 14:34 +0000)
tree2cb4551c2b87d9a66aa45f583715ab8b68a25f05
parent9b0524b81292713cc62e15e98eb200def86c3174
Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments.

git-svn-id: http://svn.python.org/projects/python/trunk@64846 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/fractions.py
Lib/test/test_fractions.py
Misc/NEWS