summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-03-13 12:34:25 (GMT)
committerGeorg Brandl <georg@python.org>2007-03-13 12:34:25 (GMT)
commita47337fba5925e089ea11282569b3fcb78d17397 (patch)
tree30f56d486367af46a2075ea905978c54a0a7fac9 /Misc/NEWS
parentc64e40215d556df635768f56f76d35c2bba7b300 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d0ea40b..bd67245 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.