[issue18524] BufferedReader.read1() documentation/implementation difference

Antoine Pitrou report at bugs.python.org
Wed Jul 24 16:35:28 CEST 2013


Antoine Pitrou added the comment:

> This means that read1() will only return up to n bytes if n is smaller
> than the buffer size, otherwise it will return at most <buffer-size>
> bytes.

Did you actually observe such behaviour? If so, this is a bug.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18524>
_______________________________________


More information about the Python-bugs-list mailing list