summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRobin Plumey <44498456+Rygone@users.noreply.github.com>2022-06-28 10:09:22 (GMT)
committerGitHub <noreply@github.com>2022-06-28 10:09:22 (GMT)
commit176fd5571f299e6b3e6168e430a0d2f8d425d920 (patch)
tree8e9211738099e039d0ade6722b9ab124506af689 /Misc
parent81ac9ac4921c57c8f31464fed575ea0cfe84df70 (diff)
downloadcpython-176fd5571f299e6b3e6168e430a0d2f8d425d920.zip
cpython-176fd5571f299e6b3e6168e430a0d2f8d425d920.tar.gz
cpython-176fd5571f299e6b3e6168e430a0d2f8d425d920.tar.bz2
gh-94018: Remove trailing spaces in _sanitize_windows_name (GH-94040)
Closes #94018. Co-authored-by: Sam Ezeh <sam.z.ezeh@gmail.com> Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2022-06-20-22-32-14.gh-issue-94018.bycC3A.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-06-20-22-32-14.gh-issue-94018.bycC3A.rst b/Misc/NEWS.d/next/Windows/2022-06-20-22-32-14.gh-issue-94018.bycC3A.rst
new file mode 100644
index 0000000..a2e558b
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2022-06-20-22-32-14.gh-issue-94018.bycC3A.rst
@@ -0,0 +1 @@
+:mod:`zipfile` will now remove trailing spaces from path components when extracting files on Windows.