Message97830
> 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. |
|
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 | |
|