This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients benjamin.peterson, hynek, nikratio, pitrou, r.david.murray, serhiy.storchaka, stutzbach
Date 2013-07-24.21:28:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374701309.2619.1.camel@fsol>
In-reply-to <51F01C3C.90807@rath.org>
Content
Le mercredi 24 juillet 2013 à 18:24 +0000, Nikolaus Rath a écrit :
> There should be no problem reading 20 bytes with a single call to
> BytesIO.read(), yet the buffered reader returns only 10 bytes.

Er. Your bug report seems to imply that read1(n) can return *more* than
n bytes, which would be a bug.
That it may return less than n bytes is correct, though.
History
Date User Action Args
2013-07-24 21:28:38pitrousetrecipients: + pitrou, benjamin.peterson, stutzbach, r.david.murray, nikratio, hynek, serhiy.storchaka
2013-07-24 21:28:38pitroulinkissue18524 messages
2013-07-24 21:28:38pitroucreate