]> granicus.if.org Git - python/commit
bpo-22671: Clarify and test default read method implementations (GH-4568) (#4796)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 11 Dec 2017 14:27:25 +0000 (06:27 -0800)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 11 Dec 2017 14:27:25 +0000 (15:27 +0100)
commit0aa2a1d003b476b954ecdcb7e966bf7f0b75a06b
tree65d3b6c76cdd93a31bb132f2db6aebe0cbf397c0
parent71d8f36eb450cdbc4b5397e25f6f3f5d676aca79
bpo-22671: Clarify and test default read method implementations (GH-4568) (#4796)

Original patch written by Martin Panter, enhanced by Sanyam Khurana.
(cherry picked from commit 1b74f9b77a6fa1d7828986cb79d5b10942ff9141)
Doc/library/io.rst
Lib/test/test_io.py