-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Doc: io: Remove "In-memory streams" section #24927
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.
The overview describes the three separate classes of IO: raw, buffered binary, and text. "In-memory streams" are not a fourth kind of IO, so they don't belong in the overview.
We may want to move them into the "Class hierarchy" section however.
When you're done making the requested changes, leave the comment: |
BytesIO is in "Buffered Streams" section (because it inherits BufferedIOBase), and StringIO is in "Text I/O" section. May I just remove this "In-memory streams" section? |
Thanks @methane for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
GH-25017 is a backport of this pull request to the 3.9 branch. |
(cherry picked from commit b045cda) Co-authored-by: Inada Naoki <[email protected]>
GH-25018 is a backport of this pull request to the 3.8 branch. |
(cherry picked from commit b045cda) Co-authored-by: Inada Naoki <[email protected]>
(cherry picked from commit b045cda) Co-authored-by: Inada Naoki <[email protected]>
(cherry picked from commit b045cda) Co-authored-by: Inada Naoki <[email protected]>
This section looks be misplaced. It was written in b530e14.