diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-02-29 16:34:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-29 16:34:11 (GMT) |
commit | 0aeab5c4381f0cc11479362af2533b3a391312ac (patch) | |
tree | 11f53305312285e0bd7a911dc883294d9f73bef0 /Misc | |
parent | 1f0cd3c61a5ae3aac5ebaccc75ae9828ca4f96c4 (diff) | |
download | cpython-0aeab5c4381f0cc11479362af2533b3a391312ac.zip cpython-0aeab5c4381f0cc11479362af2533b3a391312ac.tar.gz cpython-0aeab5c4381f0cc11479362af2533b3a391312ac.tar.bz2 |
bpo-39667: Sync zipp 3.0 (GH-18540)
* bpo-39667: Improve pathlib.Path compatibility on zipfile.Path and correct performance degradation as found in zipp 3.0
* 📜🤖 Added by blurb_it.
* Update docs for new zipfile.Path.open
* Rely on dict, faster than OrderedDict.
* Syntax edits on docs
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-02-17-22-38-15.bpo-39667.QuzEHH.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-02-17-22-38-15.bpo-39667.QuzEHH.rst b/Misc/NEWS.d/next/Library/2020-02-17-22-38-15.bpo-39667.QuzEHH.rst new file mode 100644 index 0000000..acf503c --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-02-17-22-38-15.bpo-39667.QuzEHH.rst @@ -0,0 +1 @@ +Improve pathlib.Path compatibility on zipfile.Path and correct performance degradation as found in zipp 3.0.
\ No newline at end of file |