mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-136170: Revert adding `ZipFile.data_offset` (GH-136950) * Revert "gh-84481: Make ZipFile.data_offset more robust (GH-132178)" This reverts commit6cd1d6c6b1. * Revert "gh-84481: Add ZipFile.data_offset attribute (GH-132165)" This reverts commit0788948dcb. --------- (cherry picked from commit6bf1c0ab34) Co-authored-by: Emma Smith <emma@emmatyping.dev> Co-authored-by: Gregory P. Smith <greg@krypto.org>
3 lines
211 B
ReStructuredText
3 lines
211 B
ReStructuredText
Removed the unreleased ``zipfile.ZipFile.data_offset`` property added in 3.14.0a7
|
|
as it wasn't fully clear which behavior it should have in some situations so
|
|
the result was not always what a user might expect.
|