summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2011-05-26 23:52:15 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2011-05-26 23:52:15 (GMT)
commit55b4338874ede31619a097c0b4a271b90e980472 (patch)
tree43120769e11327e0b9c4bb97d9711ba47167f731 /Misc
parentc556e10b94541d7bf20e908f8eca78e7f63fc28c (diff)
downloadcpython-55b4338874ede31619a097c0b4a271b90e980472.zip
cpython-55b4338874ede31619a097c0b4a271b90e980472.tar.gz
cpython-55b4338874ede31619a097c0b4a271b90e980472.tar.bz2
Issue #1625: BZ2File and bz2.decompress() now support multi-stream files.
Initial patch by Nir Aides.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f3143ab..503661a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -161,6 +161,9 @@ Core and Builtins
Library
-------
+- Issue #1625: BZ2File and bz2.decompress() now support multi-stream files.
+ Initial patch by Nir Aides.
+
- Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available.
- Issue #12175: FileIO.readall() now only reads the file position and size