summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2023-02-20 23:21:48 (GMT)
committerGitHub <noreply@github.com>2023-02-20 23:21:48 (GMT)
commit7bb41d9d5d2f0be30fd367fd085bb307db1a1ca3 (patch)
treed45736c1f32fb11725ba59b22c8aeef3ffafce5c /Misc/NEWS.d
parent95f4e2ca03efbe020ae590108c022219008bbaf3 (diff)
downloadcpython-7bb41d9d5d2f0be30fd367fd085bb307db1a1ca3.zip
cpython-7bb41d9d5d2f0be30fd367fd085bb307db1a1ca3.tar.gz
cpython-7bb41d9d5d2f0be30fd367fd085bb307db1a1ca3.tar.bz2
[3.10] gh-101566: Sync with zipp 3.14. (GH-102018). (GH-102091)
(cherry picked from commit 36854bbb240e417c0df6f0014924fcc899388186) Includes the bugfix only. Automerge-Triggered-By: GH:jaraco
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2023-02-17-20-24-15.gh-issue-101566.FjgWBt.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-02-17-20-24-15.gh-issue-101566.FjgWBt.rst b/Misc/NEWS.d/next/Library/2023-02-17-20-24-15.gh-issue-101566.FjgWBt.rst
new file mode 100644
index 0000000..f0c0c24
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-02-17-20-24-15.gh-issue-101566.FjgWBt.rst
@@ -0,0 +1,3 @@
+In zipfile, apply
+fix for extractall on the underlying zipfile after being wrapped in
+``Path``.