]> granicus.if.org Git - python/commit
Issue #7633: Context method in the decimal module (with the exception
authorMark Dickinson <dickinsm@gmail.com>
Thu, 18 Feb 2010 14:27:02 +0000 (14:27 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 18 Feb 2010 14:27:02 +0000 (14:27 +0000)
commit6d8effb1fc6660921e5f61fdc2c898e86356c64b
tree46bbe6ae40fd2279d927d69d7b472ed7cb378545
parente41e4db259940161559a12f5c2eb7350dbe4b8d7
Issue #7633: Context method in the decimal module (with the exception
of the 'canonical' and 'is_canonical' methods) now consistently accept
integer arguments wherever a Decimal instance is accepted.  Thanks
Juan José Conti for the patch.
Doc/library/decimal.rst
Lib/decimal.py
Lib/test/test_decimal.py
Misc/ACKS
Misc/NEWS