]> granicus.if.org Git - python/commit
Merged revisions 74281 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Sun, 2 Aug 2009 11:01:01 +0000 (11:01 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 2 Aug 2009 11:01:01 +0000 (11:01 +0000)
commit9a6e645b9fc6895dcf4251dc7cc237da6d567336
tree58995f573f054b82a6a9d6f28a732affd0573928
parent8299f3280cf34e03285a3a448c60da9a62463d70
Merged revisions 74281 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74281 | mark.dickinson | 2009-08-02 11:59:36 +0100 (Sun, 02 Aug 2009) | 4 lines

  Issue #6595: Allow Decimal constructor to accept non-European decimal
  digits, as recommended by the specification.  (Backport of r74279 from
  py3k.)
........
Doc/library/decimal.rst
Lib/decimal.py
Lib/test/test_decimal.py
Misc/NEWS