Skip to content
Snippets Groups Projects
Unverified Commit e2591e4f authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

[3.10] gh-95691: Doc BufferedWriter and BufferedReader (GH-95703) (#97948)


gh-95691: Doc BufferedWriter and BufferedReader (GH-95703)
(cherry picked from commit 0d688791)

Co-authored-by: default avatar180909 <734461790@qq.com>

Co-authored-by: default avatar180909 <734461790@qq.com>
parent c80c282d
Branches
Tags
No related merge requests found
......@@ -265,7 +265,7 @@ to provide an interface to files in the machine's file system.
The :class:`BufferedIOBase` ABC extends :class:`IOBase`. It deals with
buffering on a raw binary stream (:class:`RawIOBase`). Its subclasses,
:class:`BufferedWriter`, :class:`BufferedReader`, and :class:`BufferedRWPair`
buffer raw binary streams that are readable, writable, and both readable and writable,
buffer raw binary streams that are writable, readable, and both readable and writable,
respectively. :class:`BufferedRandom` provides a buffered interface to seekable streams.
Another :class:`BufferedIOBase` subclass, :class:`BytesIO`, is a stream of
in-memory bytes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment