We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d467cd7 commit 71a5544Copy full SHA for 71a5544
1 file changed
Misc/NEWS.d/next/Library/2026-06-29-03-43-41.gh-issue-152486.kASYh8.rst
@@ -1 +1,4 @@
1
-Fix an issue where duplicated Zip64 extra fields were written if :attr:`ZipInfo.extra <zipfile.ZipInfo.extra>` already contained a Zip64 field.
+Fix an issue where duplicated Zip64 extra fields or other invalid
2
+fields were written if :attr:`ZipInfo.extra <zipfile.ZipInfo.extra>`
3
+already contained them (which could be read from central directory in
4
+append mode).
0 commit comments