Issue #7233: Fix Decimal.shift and Decimal.rotate methods for
commitc0a03a3fc3513fc1598696d50a0646edba53b247
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 29 Oct 2009 12:11:18 +0000 (29 12:11 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 29 Oct 2009 12:11:18 +0000 (29 12:11 +0000)
treefbbff27edb1895ebb18ecfffab97fdb55e1606cb
parent90880eb86f46f0d651c8719ba2abc3622e601eb2
Issue #7233:  Fix Decimal.shift and Decimal.rotate methods for
arguments with more digits than the current context precision.
Bug reported by Stefan Krah.

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