-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
gh-52876: Implement missing parameter in codecs.StreamReaderWriter
functions
#136498
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I'm not sure about the backports, though. This could be seen as a new feature. |
Thanks @StanFromIreland for the PR, and @malemburg for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…iter` functions (pythonGH-136498) Closes pythonGH-52876 (cherry picked from commit 35e2c35) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
It currently contradicts the docs, and this would bring it to the expected behaviour. There was a similar consensus on the issue. |
GH-136514 is a backport of this pull request to the 3.14 branch. |
…iter` functions (pythonGH-136498) Closes pythonGH-52876 (cherry picked from commit 35e2c35) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
GH-136515 is a backport of this pull request to the 3.13 branch. |
Fair enough. |
…iter` functions (python#136498) Closes python#52876
…iter` functions (python#136498) Closes python#52876
This is a bug since, per docs: