-
-
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
gh-64921: Clarify wording for open()'s newline arg #96171
Conversation
Do you want to take care of the deprecation warning wording too? As suggested by Thomas |
The PR linked in the description should have taken care of it, but doesn't look like it's there anymore. I'll need to dig up some history and see where/why it might have been removed. |
Thanks @slateny for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-98041 is a backport of this pull request to the 3.11 branch. |
) (cherry picked from commit 4a74e6a) Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
GH-98042 is a backport of this pull request to the 3.10 branch. |
) (cherry picked from commit 4a74e6a) Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
I know this is merged but I hope we don't close the issue until we have confirmed on deprecation. Its good to take into consideration some feedback from the issue discussion. |
The deprecation is no longer relevant, |
https://docs.python.org/dev/library/functions.html#open
Comment on
U
mode deprecation resolved by #11646