diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-26 12:01:27 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-26 12:01:27 (GMT) |
commit | a14f7d239f000d889e38d818fb65df79700192ad (patch) | |
tree | 7763aef6ceade68e553aa23b75e3b1d475f57319 /Misc | |
parent | f15e52402640284b01860b6f56dfa50d7efda67b (diff) | |
download | cpython-a14f7d239f000d889e38d818fb65df79700192ad.zip cpython-a14f7d239f000d889e38d818fb65df79700192ad.tar.gz cpython-a14f7d239f000d889e38d818fb65df79700192ad.tar.bz2 |
Issue #14099: Restored support of writing ZIP files to tellable but
non-seekable streams.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -218,6 +218,9 @@ Core and Builtins Library ------- +- Issue #14099: Restored support of writing ZIP files to tellable but + non-seekable streams. + - Issue #14099: Writing to ZipFile and reading multiple ZipExtFiles is threadsafe now. |