]> granicus.if.org Git - python/commit
Issue #16469: Fraction(float('nan')) and Fraction(float('inf')) now raise ValueError...
authorMark Dickinson <mdickinson@enthought.com>
Thu, 15 Nov 2012 20:58:40 +0000 (20:58 +0000)
committerMark Dickinson <mdickinson@enthought.com>
Thu, 15 Nov 2012 20:58:40 +0000 (20:58 +0000)
commit73726aac0fada5a94587fde7ba48aa0699e59bc9
treedacb5e2d6942f7668019ed1242727e24c3624bd7
parent8f7c4b8a8551702a9f718098b6b3eea2e8d88bb0
Issue #16469: Fraction(float('nan')) and Fraction(float('inf')) now raise ValueError and OverflowError (resp.), not TypeError.
Lib/fractions.py
Lib/test/test_fractions.py
Misc/NEWS