]> granicus.if.org Git - python/commit
Merged revisions 75947 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Thu, 29 Oct 2009 12:25:07 +0000 (12:25 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 29 Oct 2009 12:25:07 +0000 (12:25 +0000)
commit9050bb28f2d73a1be8d568aea2b2eb9f53b90468
treefe9d699d7baf2f5f41971079c117888e097f5718
parent00de1bdcfcc9b5d4555c77796c0c8e93944bfb7d
Merged revisions 75947 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r75947 | mark.dickinson | 2009-10-29 12:23:02 +0000 (Thu, 29 Oct 2009) | 20 lines

  Merged revisions 75943-75945 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r75943 | mark.dickinson | 2009-10-29 11:09:09 +0000 (Thu, 29 Oct 2009) | 1 line

    Fix duplicate test numbers in extra.decTest
  ........
    r75944 | mark.dickinson | 2009-10-29 12:04:00 +0000 (Thu, 29 Oct 2009) | 3 lines

    Issue #7233:  A number of two-argument Decimal methods were failing to
    accept ints and longs for the second argument.
  ........
    r75945 | mark.dickinson | 2009-10-29 12:11:18 +0000 (Thu, 29 Oct 2009) | 4 lines

    Issue #7233:  Fix Decimal.shift and Decimal.rotate methods for
    arguments with more digits than the current context precision.
    Bug reported by Stefan Krah.
  ........
................
Lib/decimal.py
Lib/test/decimaltestdata/extra.decTest
Lib/test/test_decimal.py
Misc/NEWS