Doc: io: Remove "In-memory streams" section#24927
Conversation
pitrou
left a comment
There was a problem hiding this comment.
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 <songofacandy@gmail.com>
|
GH-25018 is a backport of this pull request to the 3.8 branch. |
(cherry picked from commit b045cda) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
(cherry picked from commit b045cda) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
(cherry picked from commit b045cda) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
This section looks be misplaced. It was written in b530e14.