commit | 9a6e645b9fc6895dcf4251dc7cc237da6d567336 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Aug 02 11:01:01 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Aug 02 11:01:01 2009 +0000 |
tree | 58995f573f054b82a6a9d6f28a732affd0573928 | |
parent | 8299f3280cf34e03285a3a448c60da9a62463d70 [diff] |
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.) ........