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 sbt
Recipients benjamin.peterson, neologix, petri.lehtinen, pitrou, sbt, stutzbach
Date 2011-11-04.15:31:11
SpamBayes Score 9.320771e-05
Marked as misclassified No
Message-id <1320420672.84.0.0950224951725.issue13322@psf.upfronthosting.co.za>
In-reply-to
Content
> But what about the buggy readline() behaviour?

Just tell people that if the return value is a string which does not end in '\n' then it might caused by EOF or EAGAIN.  They can just call readline() again to check which.
History
Date User Action Args
2011-11-04 15:31:12sbtsetrecipients: + sbt, pitrou, benjamin.peterson, stutzbach, neologix, petri.lehtinen
2011-11-04 15:31:12sbtsetmessageid: <1320420672.84.0.0950224951725.issue13322@psf.upfronthosting.co.za>
2011-11-04 15:31:12sbtlinkissue13322 messages
2011-11-04 15:31:11sbtcreate