Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-85045: clarified that the underlying buffer of a TextIOBase can be a RawIOBase#134372
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-85045: clarified that the underlying buffer of a TextIOBase can be a RawIOBase#134372
Uh oh!
There was an error while loading.Please reload this page.
Conversation
python-cla-botbot commentedMay 20, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
that the underlying binary buffer of a TextIOBasecan be a BufferedIOBase OR a RawIOBase
678ebbb
to169c954
CompareThere 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.
thanks!
36eb711
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@AlexKautz for the PR, and@gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…can be a RawIOBase (pythonGH-134372)Added a clarification that the underlying binary buffer of a TextIOBase can be a BufferedIOBase OR a RawIOBase(cherry picked from commit36eb711)Co-authored-by: Alex Kautz <alex@takemobi.com>
…can be a RawIOBase (pythonGH-134372)Added a clarification that the underlying binary buffer of a TextIOBase can be a BufferedIOBase OR a RawIOBase(cherry picked from commit36eb711)Co-authored-by: Alex Kautz <alex@takemobi.com>
GH-134374 is a backport of this pull request to the3.14 branch. |
GH-134375 is a backport of this pull request to the3.13 branch. |
… can be a RawIOBase (GH-134372) (#134374)gh-85045: clarified that the underlying buffer of a TextIOBase can be a RawIOBase (GH-134372)Added a clarification that the underlying binary buffer of a TextIOBase can be a BufferedIOBase OR a RawIOBase(cherry picked from commit36eb711)Co-authored-by: Alex Kautz <alex@takemobi.com>
… can be a RawIOBase (GH-134372) (#134375)gh-85045: clarified that the underlying buffer of a TextIOBase can be a RawIOBase (GH-134372)Added a clarification that the underlying binary buffer of a TextIOBase can be a BufferedIOBase OR a RawIOBase(cherry picked from commit36eb711)Co-authored-by: Alex Kautz <alex@takemobi.com>
Uh oh!
There was an error while loading.Please reload this page.
Added a clarification that the underlying binary buffer of a TextIOBase
can be a BufferedIOBase OR a RawIOBase.
RawIOBase was previously not specified because it is a edge case (was recently added along with non-buffered mode).
📚 Documentation preview 📚:https://cpython-previews--134372.org.readthedocs.build/