Skip to content

gh-136170: Revert adding ZipFile.data_offset #136950

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 21, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reword news
  • Loading branch information
gpshead committed Jul 21, 2025
commit 830911006d4263330387150ae3a9849275f195f1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Removed the new in 3.14alpha ``zipfile.ZipFile.data_offset`` property 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.
Removed the unreleased ``zipfile.ZipFile.data_offset`` property added in 3.14a7
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.
Loading