From: Mark Dickinson Date: Wed, 22 Apr 2009 17:51:31 +0000 (+0000) Subject: Blocked revisions 71806 via svnmerge X-Git-Tag: 3.0~192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c1b9a4d72cfa56db78716a6682e1d6bacea2f3f;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 71806 via svnmerge ........ r71806 | mark.dickinson | 2009-04-22 18:50:21 +0100 (Wed, 22 Apr 2009) | 4 lines Issue #5812: Make Fraction('1e6') valid. The Fraction constructor now accepts all strings accepted by the float and Decimal constructors, with the exception of strings representing NaNs or infinities. ........ ---