]> granicus.if.org Git - python/commit
Issue #15783: Except for the number methods, the C version of decimal now
authorStefan Krah <skrah@bytereef.org>
Sat, 15 Dec 2012 21:33:33 +0000 (22:33 +0100)
committerStefan Krah <skrah@bytereef.org>
Sat, 15 Dec 2012 21:33:33 +0000 (22:33 +0100)
commit040e3118267bda53b34e35470f7ef0f6dc40cfad
treeca2534dbb95f20231207ebbd596f7fb0f8b222e0
parent618c2e13ca410f342bb057e62e24478b585744aa
Issue #15783: Except for the number methods, the C version of decimal now
supports all None default values present in decimal.py. These values were
largely undocumented.
Doc/library/decimal.rst
Lib/decimal.py
Lib/test/test_decimal.py
Misc/NEWS
Modules/_decimal/_decimal.c
Modules/_decimal/docstrings.h
Modules/_decimal/tests/deccheck.py
Modules/_decimal/tests/randdec.py