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