diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-26 11:53:38 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-26 11:53:38 (GMT) |
commit | f15e52402640284b01860b6f56dfa50d7efda67b (patch) | |
tree | 29d58024caefd2a65406c3e1288746681aaf9a52 /Misc | |
parent | b67c516d8beecfde153236ccc24a53a8a6c6c16a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |