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 jafo
Recipients ajb, jafo
Date 2007-09-18.15:46:52
SpamBayes Score 0.04005824
Marked as misclassified No
Message-id <1190130412.55.0.563149904161.issue1175@psf.upfronthosting.co.za>
In-reply-to
Content
Why are you putting the file in non-blocking mode?  Why not just reading
in blocking mode?  If you want to do other work when a line is not
available, you could use select to check to see if there's data ready
via a small or 0 timeout.
History
Date User Action Args
2007-09-18 15:46:52jafosetspambayes_score: 0.0400582 -> 0.04005824
recipients: + jafo, ajb
2007-09-18 15:46:52jafosetspambayes_score: 0.0400582 -> 0.0400582
messageid: <1190130412.55.0.563149904161.issue1175@psf.upfronthosting.co.za>
2007-09-18 15:46:52jafolinkissue1175 messages
2007-09-18 15:46:52jafocreate