]> granicus.if.org Git - python/commit
Issue #9854: The default read() implementation in io.RawIOBase now
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 14 Sep 2010 18:37:24 +0000 (18:37 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 14 Sep 2010 18:37:24 +0000 (18:37 +0000)
commit328ec7455f11f14cb4bf7077c6a4fa48b2356433
tree283338f8069ce73208fc79f2d66bf7a337a60e17
parent9e0b864ac07ab85b618ccf3831eae97b2c91fb2e
Issue #9854: The default read() implementation in io.RawIOBase now
handles non-blocking readinto() returning None correctly.
Doc/library/io.rst
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS
Modules/_io/iobase.c