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.14:35:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374676528.04.0.31945479131.issue18524@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2013-07-24 14:35:28pitrousetrecipients: + pitrou, benjamin.peterson, stutzbach, r.david.murray, nikratio, hynek, serhiy.storchaka
2013-07-24 14:35:28pitrousetmessageid: <1374676528.04.0.31945479131.issue18524@psf.upfronthosting.co.za>
2013-07-24 14:35:28pitroulinkissue18524 messages
2013-07-24 14:35:27pitroucreate