diff options
author | Georg Brandl <georg@python.org> | 2007-03-13 12:34:25 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-13 12:34:25 (GMT) |
commit | a47337fba5925e089ea11282569b3fcb78d17397 (patch) | |
tree | 30f56d486367af46a2075ea905978c54a0a7fac9 /Misc/NEWS | |
parent | c64e40215d556df635768f56f76d35c2bba7b300 (diff) | |
download | cpython-a47337fba5925e089ea11282569b3fcb78d17397.zip cpython-a47337fba5925e089ea11282569b3fcb78d17397.tar.gz cpython-a47337fba5925e089ea11282569b3fcb78d17397.tar.bz2 |
Bug #1622896: fix a rare corner case where the bz2 module raised an
error in spite of a succesful compression.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -490,6 +490,9 @@ Library Extension Modules ----------------- +- Bug #1622896: fix a rare corner case where the bz2 module raised an + error in spite of a succesful compression. + - Patch #1654417: make operator.{get,set,del}slice use the full range of Py_ssize_t. |