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:32:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339774364.27.0.293773722729.issue15068@psf.upfronthosting.co.za>
In-reply-to
Content
The _pyio.py version of readlines does read until the count is equaled or exceeded.  This could, however, be an implementation detail and not part of the spec.
History
Date User Action Args
2012-06-15 15:32:44r.david.murraysetrecipients: + r.david.murray, jaraco, pitrou, Arfrever, docs@python, zach.ware, serhiy.storchaka, jgeralnik
2012-06-15 15:32:44r.david.murraysetmessageid: <1339774364.27.0.293773722729.issue15068@psf.upfronthosting.co.za>
2012-06-15 15:32:43r.david.murraylinkissue15068 messages
2012-06-15 15:32:43r.david.murraycreate