commit | 0aeab5c4381f0cc11479362af2533b3a391312ac | [log] [tgz] |
---|---|---|
author | Jason R. Coombs <jaraco@jaraco.com> | Sat Feb 29 10:34:11 2020 -0600 |
committer | GitHub <noreply@github.com> | Sat Feb 29 10:34:11 2020 -0600 |
tree | 11f53305312285e0bd7a911dc883294d9f73bef0 | |
parent | 1f0cd3c61a5ae3aac5ebaccc75ae9828ca4f96c4 [diff] |
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>