]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
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)
commit4c1b9a4d72cfa56db78716a6682e1d6bacea2f3f
treeb5bc5f0021dead0013192b8b6d51309a54dffaca
parenta21115ae9da205f21c3c0c1ab818a2eaafb539a7
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.
........