cpython/Lib/zipfile
Emma Smith 0788948dcb
gh-84481: Add ZipFile.data_offset attribute (#132165)
* Add ZipFile.data_offset attribute

This attribute provides the offset to zip data from the start of the file, when available.

* Add blurb-it

* Try fixing class ref in NEWS
2025-04-06 13:51:42 -07:00
..
_path gh-126565: Skip zipfile.Path.exists check in write mode (#126576) 2024-11-10 09:57:24 -05:00
__init__.py gh-84481: Add ZipFile.data_offset attribute (#132165) 2025-04-06 13:51:42 -07:00
__main__.py gh-112578: Fix RuntimeWarning when running zipfile (GH-112579) 2023-12-03 13:09:29 +02:00