STINNER Victor added the comment:

Here is a patch for FileIO.readall() which should fix the issue. Currently, 
readall() returns read bytes at the first read() error if a least one call to 
read() succeed.

----------
keywords: +patch
Added file: http://bugs.python.org/file35820/fileio_readall_eio.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21090>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to