]> granicus.if.org Git - python/commit
closes bpo-35848: Move all documentation regarding the readinto out of IOBase. (GH...
authorSteve Palmer <steve@srpalmer.me.uk>
Tue, 9 Apr 2019 04:35:27 +0000 (05:35 +0100)
committerBenjamin Peterson <benjamin@python.org>
Tue, 9 Apr 2019 04:35:27 +0000 (21:35 -0700)
commit7b97ab35b28b761ab1253df427ee674b1a90f465
treea2413ecc43c5bd49be6f11ba8e85e7e0161e6a17
parent8702b67dad62a9084f6c1823dce10653743667c8
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.
Doc/library/io.rst
Lib/_pyio.py