Issue #6595: Allow Decimal constructor to accept non-European decimal
commitfe40a37446916efb750d5b43dcf4707d4d14431e
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 2 Aug 2009 10:59:36 +0000 (2 10:59 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 2 Aug 2009 10:59:36 +0000 (2 10:59 +0000)
tree1218fd73b40a387e47b9f4ce040a7c751703c21a
parentca7936702a927bf43bf1311282707cf8ffc22230
Issue #6595: Allow Decimal constructor to accept non-European decimal
digits, as recommended by the specification.  (Backport of r74279 from
py3k.)

git-svn-id: http://svn.python.org/projects/python/trunk@74281 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/decimal.rst
Lib/decimal.py
Lib/test/test_decimal.py
Misc/NEWS