mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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. ........ ................
This commit is contained in:
parent
00de1bdcfc
commit
9050bb28f2
4 changed files with 126 additions and 25 deletions
|
@ -37,6 +37,11 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #7233: Fix a number of two-argument Decimal methods to make
|
||||
sure that they accept an int or long as the second argument. Also
|
||||
fix buggy handling of large arguments (those with coefficient longer
|
||||
than the current precision) in shift and rotate.
|
||||
|
||||
- Issue #7205: Fix a possible deadlock when using a BZ2File object from
|
||||
several threads at once.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue