]> granicus.if.org Git - python/commit
add BufferedIOBase.readinto1 (closes #20578)
authorBenjamin Peterson <benjamin@python.org>
Sun, 8 Jun 2014 03:06:48 +0000 (20:06 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sun, 8 Jun 2014 03:06:48 +0000 (20:06 -0700)
commit10e847bbc7427e85f38191298275eaf14be625e5
treebe494f64eebfc2fdc0be613ddd0d73b2fe0033d0
parent66f80e92c31cdcede9951d661b3538d862f632b1
add BufferedIOBase.readinto1 (closes #20578)

Patch by Nikolaus Rath.
Doc/library/io.rst
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS
Modules/_io/bufferedio.c