]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #6595: Allow Decimal constructor to accept non-European decimal digits, as...
authorMark Dickinson <dickinsm@gmail.com>
Sun, 2 Aug 2009 10:14:23 +0000 (10:14 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 2 Aug 2009 10:14:23 +0000 (10:14 +0000)
commit345adc43a37cf4640a58cd37df8eaf12f7e55dac
tree73f2f2382c799ac40da6d1007da9f904c2b27b3b
parent642d96a6476199840502a1e98d4902f7f4d47e78
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