diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-05-26 23:52:15 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-05-26 23:52:15 (GMT) |
commit | 55b4338874ede31619a097c0b4a271b90e980472 (patch) | |
tree | 43120769e11327e0b9c4bb97d9711ba47167f731 /Misc | |
parent | c556e10b94541d7bf20e908f8eca78e7f63fc28c (diff) | |
download | cpython-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/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 #12175: BufferedReader.read(-1) now calls raw.readall() if available. - Issue #12175: FileIO.readall() now only reads the file position and size |