]> granicus.if.org Git - python/commit
Merged revisions 74279 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Sun, 2 Aug 2009 10:16:33 +0000 (10:16 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 2 Aug 2009 10:16:33 +0000 (10:16 +0000)
commit8d238293cd76e019f8b37dcbd62d22b7852c4774
tree89a1a15e5e6e13a81301e805719f7dece31867e0
parente634d873155580cac61bbc809a3fdc54c106501e
Merged revisions 74279 via svnmerge from
svn+ssh://pythondev@www.python.org/python/branches/py3k

........
  r74279 | mark.dickinson | 2009-08-02 11:14:23 +0100 (Sun, 02 Aug 2009) | 1 line

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