diff options
author | Gabriel Venberg <gabevenberg@gmail.com> | 2023-06-26 09:09:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 09:09:08 (GMT) |
commit | dac3d389e747c6f6ef17e4e2f38731c8ef83eada (patch) | |
tree | 72dae20fcf68fb01b53651575bbb31f606a2c5bd /Misc/NEWS.d/next/Library/2023-06-25-06-57-24.gh-issue-104527.TJEUkd.rst | |
parent | a12e8ffb49e05a1d1874389318911ce9685db232 (diff) | |
download | cpython-dac3d389e747c6f6ef17e4e2f38731c8ef83eada.zip cpython-dac3d389e747c6f6ef17e4e2f38731c8ef83eada.tar.gz cpython-dac3d389e747c6f6ef17e4e2f38731c8ef83eada.tar.bz2 |
gh-104527: zippapp will now avoid appending an archive to itself. (gh-106076)
zippapp will now avoid appending an archive to itself.
Diffstat (limited to 'Misc/NEWS.d/next/Library/2023-06-25-06-57-24.gh-issue-104527.TJEUkd.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-06-25-06-57-24.gh-issue-104527.TJEUkd.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-06-25-06-57-24.gh-issue-104527.TJEUkd.rst b/Misc/NEWS.d/next/Library/2023-06-25-06-57-24.gh-issue-104527.TJEUkd.rst new file mode 100644 index 0000000..50b845b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-06-25-06-57-24.gh-issue-104527.TJEUkd.rst @@ -0,0 +1 @@ +Zipapp will now skip over apending an archive to itself. |