Message 97830 - Python tracker (original) (raw)
Message97830
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:28 | pitrou | set | recipients: + pitrou, nirai, lucifer |
2010-01-15 18:38:26 | pitrou | link | issue7610 messages |
2010-01-15 18:38:26 | pitrou | create |