]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39667: Sync zipp 3.0 (GH-18540)
authorJason R. Coombs <jaraco@jaraco.com>
Sat, 29 Feb 2020 16:34:11 +0000 (10:34 -0600)
committerGitHub <noreply@github.com>
Sat, 29 Feb 2020 16:34:11 +0000 (10:34 -0600)
commit0aeab5c4381f0cc11479362af2533b3a391312ac
tree11f53305312285e0bd7a911dc883294d9f73bef0
parent1f0cd3c61a5ae3aac5ebaccc75ae9828ca4f96c4
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>
Doc/library/zipfile.rst
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Library/2020-02-17-22-38-15.bpo-39667.QuzEHH.rst [new file with mode: 0644]