Message137596
| Author | terry.reedy |
|---|---|
| Recipients | pitrou, terry.reedy, vstinner |
| Date | 2011-06-03.22:00:05 |
| SpamBayes Score | 0.00025915995 |
| Marked as misclassified | No |
| Message-id | <1307138405.77.0.642765703636.issue12215@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
For c stdio files, intermixed reads and writes require a file positioning operation. This is a nuisance and source of program bugs. I do not see any such limitation documented for our io module. So for both reasons, it will be nice to not have the limitation in the code. If I understand, the essence of the patch is to do the file positioning automatically internally when needed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-06-03 22:00:05 | terry.reedy | set | recipients: + terry.reedy, pitrou, vstinner |
| 2011-06-03 22:00:05 | terry.reedy | set | messageid: <1307138405.77.0.642765703636.issue12215@psf.upfronthosting.co.za> |
| 2011-06-03 22:00:05 | terry.reedy | link | issue12215 messages |
| 2011-06-03 22:00:05 | terry.reedy | create | |