diff options
author | andrei kulakov <andrei.avk@gmail.com> | 2021-08-04 19:34:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-04 19:34:34 (GMT) |
commit | 7c5dab4340032eb15d3797d8b601ef11649bbab3 (patch) | |
tree | fa1b577c8e946109203aac85c530b851358ff2bb /Misc/NEWS.d | |
parent | cc77193127381be16467ad10f421d3ba147ed972 (diff) | |
download | cpython-7c5dab4340032eb15d3797d8b601ef11649bbab3.zip cpython-7c5dab4340032eb15d3797d8b601ef11649bbab3.tar.gz cpython-7c5dab4340032eb15d3797d8b601ef11649bbab3.tar.bz2 |
[doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-26899)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2021-06-24-14-37-16.bpo-43066.Ti7ahX.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-06-24-14-37-16.bpo-43066.Ti7ahX.rst b/Misc/NEWS.d/next/Documentation/2021-06-24-14-37-16.bpo-43066.Ti7ahX.rst new file mode 100644 index 0000000..3e38522 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2021-06-24-14-37-16.bpo-43066.Ti7ahX.rst @@ -0,0 +1,2 @@ +Added a warning to :mod:`zipfile` docs: filename arg with a leading slash may cause archive to +be un-openable on Windows systems. |