]> granicus.if.org Git - python/commit
Merged revisions 68314 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Sun, 4 Jan 2009 21:17:43 +0000 (21:17 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 4 Jan 2009 21:17:43 +0000 (21:17 +0000)
commitba298e4942168f08762d9ddbef32d6b08890d3c5
tree53f0af69495685efbfcd6219d55a60a760b0d2fb
parent9d625c26c0c9610f9ddeaa69b09501da9bed1c3b
Merged revisions 68314 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r68314 | mark.dickinson | 2009-01-04 21:10:56 +0000 (Sun, 04 Jan 2009) | 5 lines

  Fix Decimal.from_float to use valid Python 2.3 syntax, as per
  comments at top of decimal.py.  (But note that the from_float
  method itself with still not be usable before Python 2.7.)
  See issue 4796 for discussion.
........
Lib/decimal.py