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 r.david.murray
Recipients Arfrever, docs@python, jaraco, jgeralnik, pitrou, r.david.murray, serhiy.storchaka, zach.ware
Date 2012-06-15.15:29:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339774164.99.0.128917489536.issue15068@psf.upfronthosting.co.za>
In-reply-to
Content
So the real question is: does readlines block until the byte count is satisified?  It might, but the docs for io.IOBase.readlines leave open the possibility that fewer lines will be read, and do not limit that to the EOF case.  It's not clear, however, if that is because the non-EOF-short-read case is specifically being allowed for, or if the documenter just didn't consider that case.
History
Date User Action Args
2012-06-15 15:29:25r.david.murraysetrecipients: + r.david.murray, jaraco, pitrou, Arfrever, docs@python, zach.ware, serhiy.storchaka, jgeralnik
2012-06-15 15:29:24r.david.murraysetmessageid: <1339774164.99.0.128917489536.issue15068@psf.upfronthosting.co.za>
2012-06-15 15:29:24r.david.murraylinkissue15068 messages
2012-06-15 15:29:24r.david.murraycreate