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 ajb
Recipients ajb
Date 2007-09-18.10:37:33
SpamBayes Score 0.17619556
Marked as misclassified No
Message-id <1190111854.34.0.00279281221972.issue1175@psf.upfronthosting.co.za>
In-reply-to
Content
If you have made a file nonblocking using fcntl.fcntl, .readline() will
discard  the start of a line if you get EGAIN. It should attach the
partial line to the exception somehow - or at least warn the user.

I observe this on 2.3.5, but the same code exists in TRUNK
History
Date User Action Args
2007-09-18 10:37:34ajbsetspambayes_score: 0.176196 -> 0.17619556
recipients: + ajb
2007-09-18 10:37:34ajbsetspambayes_score: 0.176196 -> 0.176196
messageid: <1190111854.34.0.00279281221972.issue1175@psf.upfronthosting.co.za>
2007-09-18 10:37:34ajblinkissue1175 messages
2007-09-18 10:37:33ajbcreate