]> granicus.if.org Git - python/commit
Issue #7233: A number of two-argument Decimal methods were failing to
authorMark Dickinson <dickinsm@gmail.com>
Thu, 29 Oct 2009 12:04:00 +0000 (12:04 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 29 Oct 2009 12:04:00 +0000 (12:04 +0000)
commit0c67312c5c0d5d44e065d2ecc5023d0e47f815ee
treed2c818a3a370db20f64487dcc93b2aae1154c0b2
parent783b877555bbfa53663c4bf870e5fc3fa8259ea9
Issue #7233:  A number of two-argument Decimal methods were failing to
accept ints and longs for the second argument.
Lib/decimal.py
Lib/test/test_decimal.py
Misc/NEWS