-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
PEP 597: Fix EncodingWarning warnings in the Python stdlib #87817
Labels
3.10
only security fixes
Comments
vstinner
changed the title
PEP 597: Fix EncodingError
PEP 597: Fix EncodingWarning warnings in the Python stdlib
Mar 30, 2021
Well done! That's a great achievement! |
gpshead
added a commit
to gpshead/cpython
that referenced
this issue
Jan 19, 2023
As was the behavior in 3.9 and earlier. The fix for python#87817 introduced an API regression in 3.10.0b1.
gpshead
added a commit
to gpshead/cpython
that referenced
this issue
Jan 19, 2023
This preserves the intent of python#87817 while restoring the ability to pass `encoding` as a positional argument.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pydoc
. #25644socket.makefile()
#25645os.fdopen()
andtest_os
#25654Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: