summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-26 12:01:27 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-26 12:01:27 (GMT)
commita14f7d239f000d889e38d818fb65df79700192ad (patch)
tree7763aef6ceade68e553aa23b75e3b1d475f57319 /Misc
parentf15e52402640284b01860b6f56dfa50d7efda67b (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 21f1ac9..d9acd56 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.