[issue13322] buffered read() and write() does not raise BlockingIOError
sbt
report at bugs.python.org
Sat Nov 5 01:20:56 CET 2011
sbt <shibturn at gmail.com> added the comment:
The attached patch makes BufferedWrite.write() raise BlockingIOError when the raw file is non-blocking and the write would block.
----------
keywords: +patch
Added file: http://bugs.python.org/file23613/write_blockingioerror.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13322>
_______________________________________
More information about the Python-bugs-list
mailing list