New submission from sbt <[email protected]>:
According to the the documentation, BufferedReader.read() and
BufferedWriter.write() should raise io.BlockingIOError if the file is in
non-blocking mode and the operation cannot succeed without blocking.
However, BufferedReader.read() returns None (which is what RawIOBase.read() is
documented as doing), and BufferedWriter.write() raises IOError with a message
like
raw write() returned invalid length -1 (should have been
between 0 and 5904)
I tested this on Linux with Python 2.6, 2.7 and 3.x.
Attached is a unit test.
----------
files: blockingioerror.py
messages: 146841
nosy: sbt
priority: normal
severity: normal
status: open
title: buffered read() and write() does not raise BlockingIOError
Added file: http://bugs.python.org/file23590/blockingioerror.py
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue13322>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com