]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:03 +0000 (21:28 +0200)
committerGitHub <noreply@github.com>
Tue, 20 May 2025 19:28:03 +0000 (12:28 -0700)
commit899ce7d390d5e37088a841cdcefd142013355e4c
treeb6cdb3f30448dafe56122a616116f04d24a89ac0
parent6f1f8714839aaeadfbe646373e9f1bbf15875155
[3.14] gh-85045: clarified that the underlying buffer of a TextIOBase 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 commit 36eb711d2f26849214774a017fe8c8a5be3eec30)

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