diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-05-27 00:03:06 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-05-27 00:03:06 (GMT) |
commit | 4e18ac850f4ba24d5de10137b9e04a900fc3e215 (patch) | |
tree | 8ad2e5db8bf20315d0bbd95351ed2c6a518661f6 /Misc/NEWS | |
parent | 98fe1a0c3bacdc51071d960d8d76b3b9f5b0d8c6 (diff) | |
parent | 200e00a90441f0ee40a71306256774feb0beca7b (diff) | |
download | cpython-4e18ac850f4ba24d5de10137b9e04a900fc3e215.zip cpython-4e18ac850f4ba24d5de10137b9e04a900fc3e215.tar.gz cpython-4e18ac850f4ba24d5de10137b9e04a900fc3e215.tar.bz2 |
Merge heads
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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() |