cpython/Lib/zipfile
Miss Islington (bot) d11e69d620
[3.14] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) (GH-139706)
Support records with "zip64 extensible data" if there are no bytes
prepended to the ZIP file.
(cherry picked from commit 162997bb70)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2025-10-07 23:16:26 +02:00
..
_path [3.14] gh-135276: Refresh zipfile.Path from zipp 3.23 (GH-135277) (#135278) 2025-06-08 20:12:25 +00:00
__init__.py [3.14] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) (GH-139706) 2025-10-07 23:16:26 +02:00
__main__.py