[issue13322] buffered read() and write() does not raise BlockingIOError
Antoine Pitrou
report at bugs.python.org
Tue Nov 15 16:16:06 CET 2011
Antoine Pitrou <pitrou at free.fr> added the comment:
Thanks again. Just a nit: the tests should be in MiscIOTest, since they don't directly instantiate the individual classes. Also, perhaps it would be nice to check that the exception's "errno" attribute is EAGAIN.
----------
stage: needs patch -> patch review
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13322>
_______________________________________
More information about the Python-bugs-list
mailing list