Issue #5812: The two-argument form of the Fraction constructor
commit5e6c2d863a70f395d1336265ffebe37edba151e7
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 24 Apr 2009 13:56:07 +0000 (24 13:56 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 24 Apr 2009 13:56:07 +0000 (24 13:56 +0000)
tree9ca7475b44961324e1f3e446677de4e9d7ad5b4f
parent93d0328514e3ed32394b24e000fab93809d2ebda
Issue #5812: The two-argument form of the Fraction constructor
now accepts arbitrary Rational instances.

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