]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-85045: clarified that the underlying buffer of a TextIOBase can be a RawIOB...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 20 May 2025 19:28:09 +0000 (21:28 +0200)
committerGitHub <noreply@github.com>
Tue, 20 May 2025 19:28:09 +0000 (12:28 -0700)
commit7df67492197f0b9a3903f787c0738e29d8ff0c57
treede88963f6c7fe8861de1204b8c551d75dac93250
parent4c22fa65706b2a25baf281e6ccaebe5745d67cf4
[3.13] gh-85045: clarified that the underlying buffer of a TextIOBase 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 commit 36eb711d2f26849214774a017fe8c8a5be3eec30)

Co-authored-by: Alex Kautz <alex@takemobi.com>
Doc/library/io.rst