From: Mark Dickinson Date: Sun, 2 Aug 2009 11:02:05 +0000 (+0000) Subject: Blocked revisions 74281 via svnmerge X-Git-Tag: v3.2a1~2713 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea7cbe0c65a57fc8ab38293a4f990c58d36996fb;p=thirdparty%2FPython%2Fcpython.git 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.) ........ ---