-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
gh-101144: Allow open and read_text encoding to be positional. #101145
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
gpshead
merged 13 commits into
python:main
from
gpshead:regression/zipfile.Path.read_text/gh-101144
Jan 20, 2023
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
a4f19a4
gh-101144: Allow open and read_text encoding to be positional.
gpshead b495172
news wording tweak
gpshead e304094
Explicitly handle encoding as an arg.
gpshead 9caec6c
wording tweak in news.
gpshead b4248b1
Explicitly test an unusual encoding to verify it passed through.
gpshead 32b252b
simplify read_text, just defer encoding to open
gpshead d1228b5
address review comments: fixup pos+kw logic, test it.
gpshead 8ee213e
Apply jaraco's suggestion: an encoding extraction method.
gpshead 25dd5bd
Test EncodingWarning blame of open & read_text.
gpshead e9b373f
Surface the behavior in the zipfile.Path docs.
gpshead a12243b
simplify the doc wording.
gpshead 35abedb
more doc wording updates based on review.
gpshead 88ecd56
use () on single element tuple assignment for clarity.
gpshead File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
Misc/NEWS.d/next/Library/2023-01-18-17-58-50.gh-issue-101144.FHd8Un.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Make :func:`zipfile.Path.open` and :func:`zipfile.Path.read_text` also accept | ||
``encoding`` as a positional argument. This was the behavior in Python 3.9 and | ||
earlier. 3.10 introduced a regression where supplying it as a positional | ||
argument would lead to a :exc:`TypeError`. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.