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 lucifer, nirai, pitrou
Date 2010-01-15.18:38:26
SpamBayes Score 0.0025099206
Marked as misclassified No
Message-id <1263580770.25822.2.camel@localhost>
In-reply-to <1263498260.12.0.192359693373.issue7610@psf.upfronthosting.co.za>
Content
> The documentation of io.BufferedIOBase.read() reads "multiple raw
> reads may be issued to satisfy the byte count". I understood this
> language to mean satisfying read size is optional. Isn't it?

It's the reverse actually. It means that `BufferedIOBase.read` itself
may (or perhaps should) issue multiple raw reads in order to satisfy the
byte count.
History
Date User Action Args
2010-01-15 18:38:28pitrousetrecipients: + pitrou, nirai, lucifer
2010-01-15 18:38:26pitroulinkissue7610 messages
2010-01-15 18:38:26pitroucreate