commit | ba298e4942168f08762d9ddbef32d6b08890d3c5 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Jan 04 21:17:43 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Jan 04 21:17:43 2009 +0000 |
tree | 53f0af69495685efbfcd6219d55a60a760b0d2fb | |
parent | 9d625c26c0c9610f9ddeaa69b09501da9bed1c3b [diff] |
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. ........