commit | ea7cbe0c65a57fc8ab38293a4f990c58d36996fb | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Aug 02 11:02:05 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Aug 02 11:02:05 2009 +0000 |
tree | 73f2f2382c799ac40da6d1007da9f904c2b27b3b | |
parent | 345adc43a37cf4640a58cd37df8eaf12f7e55dac [diff] |
Blocked revisions 74281 via svnmerge ........ 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.) ........