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 gvanrossum
Recipients ajb, gvanrossum, jafo
Date 2007-09-19.17:22:27
SpamBayes Score 0.042527016
Marked as misclassified No
Message-id <1190222548.12.0.150543068797.issue1175@psf.upfronthosting.co.za>
In-reply-to
Content
readline() goes through C stdio which makes it impossible to get
non-blocking I/O right. You should be using raw os.read() calls (until
python 3000 which will remove Python's reliance on C stdio).
History
Date User Action Args
2007-09-19 17:22:28gvanrossumsetspambayes_score: 0.042527 -> 0.042527016
recipients: + gvanrossum, jafo, ajb
2007-09-19 17:22:28gvanrossumsetspambayes_score: 0.042527 -> 0.042527
messageid: <1190222548.12.0.150543068797.issue1175@psf.upfronthosting.co.za>
2007-09-19 17:22:28gvanrossumlinkissue1175 messages
2007-09-19 17:22:27gvanrossumcreate