Issue #7233: A number of two-argument Decimal methods were failing to
commit90880eb86f46f0d651c8719ba2abc3622e601eb2
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 29 Oct 2009 12:04:00 +0000 (29 12:04 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 29 Oct 2009 12:04:00 +0000 (29 12:04 +0000)
tree7138497fb6081085402fdb83ad6bd8809f665cb1
parent11f4e6503c8528ea73f816a9f0100c79ced18887
Issue #7233:  A number of two-argument Decimal methods were failing to
accept ints and longs for the second argument.

git-svn-id: http://svn.python.org/projects/python/trunk@75944 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/decimal.py
Lib/test/test_decimal.py
Misc/NEWS