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 serhiy.storchaka
Recipients docs@python, jaraco, r.david.murray, serhiy.storchaka, zach.ware
Date 2012-06-14.20:02:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339704165.37.0.0495078898296.issue15068@psf.upfronthosting.co.za>
In-reply-to
Content
Note that in the rare cases, when stdio ends immediately on the limit of the read buffer, just one EOF is sufficient. In particular for read(1) one EOF is sufficient always, and for read(2) it is sufficient in about half of the cases.
History
Date User Action Args
2012-06-14 20:02:45serhiy.storchakasetrecipients: + serhiy.storchaka, jaraco, r.david.murray, docs@python, zach.ware
2012-06-14 20:02:45serhiy.storchakasetmessageid: <1339704165.37.0.0495078898296.issue15068@psf.upfronthosting.co.za>
2012-06-14 20:02:44serhiy.storchakalinkissue15068 messages
2012-06-14 20:02:44serhiy.storchakacreate