summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2011-05-27 00:03:06 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2011-05-27 00:03:06 (GMT)
commit4e18ac850f4ba24d5de10137b9e04a900fc3e215 (patch)
tree8ad2e5db8bf20315d0bbd95351ed2c6a518661f6 /Misc/NEWS
parent98fe1a0c3bacdc51071d960d8d76b3b9f5b0d8c6 (diff)
parent200e00a90441f0ee40a71306256774feb0beca7b (diff)
downloadcpython-4e18ac850f4ba24d5de10137b9e04a900fc3e215.zip
cpython-4e18ac850f4ba24d5de10137b9e04a900fc3e215.tar.gz
cpython-4e18ac850f4ba24d5de10137b9e04a900fc3e215.tar.bz2
Merge heads
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 715539d..0514c96 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 #8796: codecs.open() calls the builtin open() function instead of using
StreamReaderWriter. Deprecate StreamReader, StreamWriter, StreamReaderWriter,
StreamRecoder and EncodedFile() of the codec module. Use the builtin open()