Antoine Pitrou <[email protected]> added the comment: > Note that Java's BufferedInputStream and ReadableByteChannel also > return partial reads.
Apparently, they are specified to, even for blocking streams (which I find a bit weird, and the language in the docs seems deliberately vague). Python's buffered read(), though, is specified to return the requested number of bytes (unless EOF happens). ---------- _______________________________________ 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
