]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Blocked revisions 71806 via svnmerge
authorMark Dickinson <dickinsm@gmail.com>
Wed, 22 Apr 2009 17:51:31 +0000 (17:51 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 22 Apr 2009 17:51:31 +0000 (17:51 +0000)
........
  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.
........


No differences found