]> granicus.if.org Git - python/commit
Issue #17768: Support newline fill character in decimal.py and NUL fill
authorStefan Krah <skrah@bytereef.org>
Wed, 29 May 2013 13:45:38 +0000 (15:45 +0200)
committerStefan Krah <skrah@bytereef.org>
Wed, 29 May 2013 13:45:38 +0000 (15:45 +0200)
commit6edda14b2968ca07b94a2fdde4dd43215222fcd8
treed404076004687dade874d90bf7340af609ba5f50
parentc70a6ae49bd162af06130e48a45579d445e058a8
Issue #17768: Support newline fill character in decimal.py and NUL fill
character in _decimal.c.
Lib/decimal.py
Lib/test/test_decimal.py
Modules/_decimal/_decimal.c
Modules/_decimal/tests/deccheck.py
Modules/_decimal/tests/formathelper.py