summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-26 11:53:38 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-26 11:53:38 (GMT)
commitf15e52402640284b01860b6f56dfa50d7efda67b (patch)
tree29d58024caefd2a65406c3e1288746681aaf9a52 /Misc
parentb67c516d8beecfde153236ccc24a53a8a6c6c16a (diff)
downloadcpython-f15e52402640284b01860b6f56dfa50d7efda67b.zip
cpython-f15e52402640284b01860b6f56dfa50d7efda67b.tar.gz
cpython-f15e52402640284b01860b6f56dfa50d7efda67b.tar.bz2
Issue #14099: Writing to ZipFile and reading multiple ZipExtFiles is
threadsafe now.
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 7845428..21f1ac9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -218,6 +218,9 @@ Core and Builtins
Library
-------
+- Issue #14099: Writing to ZipFile and reading multiple ZipExtFiles is
+ threadsafe now.
+
- Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
- Issue #18518: timeit now rejects statements which can't be compiled outside