Message261703
| Author | pitrou |
|---|---|
| Recipients | benjamin.peterson, martin.panter, pitrou, serhiy.storchaka, stutzbach |
| Date | 2016-03-13.18:38:21 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1457894301.84.0.784479366162.issue23214@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> Define BufferedIOBase.read1(-1) to read and return an arbitrary number > of bytes, more than zero unless none are available due to EOF or > non-blocking mode. Maybe suggest that it would return the current > buffered data or try to read a full buffer of data (with one call) and > return it if applicable. This sounds reasonable to me. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-03-13 18:38:21 | pitrou | set | recipients: + pitrou, benjamin.peterson, stutzbach, martin.panter, serhiy.storchaka |
| 2016-03-13 18:38:21 | pitrou | set | messageid: <1457894301.84.0.784479366162.issue23214@psf.upfronthosting.co.za> |
| 2016-03-13 18:38:21 | pitrou | link | issue23214 messages |
| 2016-03-13 18:38:21 | pitrou | create | |