[docs] [issue13322] buffered read() and write() does not raise BlockingIOError
Martin Panter
report at bugs.python.org
Sat Jan 19 02:42:57 EST 2019
Martin Panter <vadmium+py at gmail.com> added the comment:
Issue 35762 was opened specifically about Izbyshev’s case: TextIOWrapper behaviour with a non-blocking file. Calling “os.fdopen” with mode='r' (text mode) returns a TextIOWrapper object.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue13322>
_______________________________________
More information about the docs
mailing list