]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-35848: Move all documentation regarding the readinto out of IOBase. (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Apr 2019 04:57:31 +0000 (21:57 -0700)
committerGitHub <noreply@github.com>
Tue, 9 Apr 2019 04:57:31 +0000 (21:57 -0700)
commit0a16bb15afec28f355bc28203b6b10610293f026
treef35a90337f0b200ca2b6e1c3216b9638f65abef1
parent2368d86ed1249505b10561e005fc57f4884619c1
closes bpo-35848: Move all documentation regarding the readinto out of IOBase. (GH-11893)

Move all documentation regarding the readinto method into either io.RawIOBase or io.BufferedIOBase.

Corresponding changes to documentation in the _pyio.py module.
(cherry picked from commit 7b97ab35b28b761ab1253df427ee674b1a90f465)

Co-authored-by: Steve Palmer <steve@srpalmer.me.uk>
Doc/library/io.rst
Lib/_pyio.py