Message137616
| Author | terry.reedy |
|---|---|
| Recipients | pitrou, terry.reedy, vstinner |
| Date | 2011-06-04.00:53:06 |
| SpamBayes Score | 0.000140331 |
| Marked as misclassified | No |
| Message-id | <1307148786.7.0.444971075452.issue12215@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Perhaps the stdio requirement was based on an underlying OS (*nix?) requirement, which io has to fulfill even if it does not use stdio. Stdio was, I presume, optimized for speed. In the relatively rare case of mixed read/write, it *should* put the burden on the programmer. Python is a bit different. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-06-04 00:53:06 | terry.reedy | set | recipients: + terry.reedy, pitrou, vstinner |
| 2011-06-04 00:53:06 | terry.reedy | set | messageid: <1307148786.7.0.444971075452.issue12215@psf.upfronthosting.co.za> |
| 2011-06-04 00:53:06 | terry.reedy | link | issue12215 messages |
| 2011-06-04 00:53:06 | terry.reedy | create | |