This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:05terry.reedysetrecipients: + terry.reedy, pitrou, vstinner
2011-06-03 22:00:05terry.reedysetmessageid: <1307138405.77.0.642765703636.issue12215@psf.upfronthosting.co.za>
2011-06-03 22:00:05terry.reedylinkissue12215 messages
2011-06-03 22:00:05terry.reedycreate