]> granicus.if.org Git - python/commit
bpo-22671: Clarify and test default read method implementations (#4568)
authorSanyam Khurana <8039608+CuriousLearner@users.noreply.github.com>
Mon, 11 Dec 2017 13:42:09 +0000 (19:12 +0530)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 11 Dec 2017 13:42:09 +0000 (14:42 +0100)
commit1b74f9b77a6fa1d7828986cb79d5b10942ff9141
tree8c1f1d7b3e5b2a0a128868fa7e78c4b688c02ea9
parent48d4dd974f0c8d47c54990eedd322b96b19c60ec
bpo-22671: Clarify and test default read method implementations (#4568)

Original patch written by Martin Panter, enhanced by Sanyam Khurana.
Doc/library/io.rst
Lib/test/test_io.py