]> granicus.if.org Git - python/commit
Issue #5812: The two-argument form of the Fraction constructor
authorMark Dickinson <dickinsm@gmail.com>
Fri, 24 Apr 2009 13:56:07 +0000 (13:56 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 24 Apr 2009 13:56:07 +0000 (13:56 +0000)
commit4af8e745c4a8a225af3c3025909a8c042aafcca0
tree0f7ee07290b4f2740483a6ca0ac00ebf49a1833a
parent90d47cb46c5845d15bc4fdc0590e19e58e894e0c
Issue #5812: The two-argument form of the Fraction constructor
now accepts arbitrary Rational instances.
Lib/fractions.py
Lib/test/test_fractions.py
Misc/NEWS