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 pitrou
Recipients georg.brandl, kichik, ncoghlan, pitrou, serhiy.storchaka
Date 2013-02-07.09:45:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360230347.36.0.343641842339.issue16800@psf.upfronthosting.co.za>
In-reply-to
Content
There are reasons to use buffered I/O rather than os.write: os.write can fail with EINTR, for example.
History
Date User Action Args
2013-02-07 09:45:47pitrousetrecipients: + pitrou, georg.brandl, ncoghlan, serhiy.storchaka, kichik
2013-02-07 09:45:47pitrousetmessageid: <1360230347.36.0.343641842339.issue16800@psf.upfronthosting.co.za>
2013-02-07 09:45:47pitroulinkissue16800 messages
2013-02-07 09:45:47pitroucreate