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 jgeralnik
Recipients Arfrever, docs@python, jaraco, jgeralnik, pitrou, r.david.murray, serhiy.storchaka, zach.ware
Date 2012-06-15.14:59:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339772346.98.0.851965854994.issue15068@psf.upfronthosting.co.za>
In-reply-to
Content
But this is calling the readlines function, which continually reads from the file until more bytes have been read than the specified argument.

From bz2.readlines:
"size can be specified to control the number of lines read: no further lines will be read once the total size of the lines read so far equals or exceeds size."

Do other file-like objects interpret this parameter differently?
History
Date User Action Args
2012-06-15 14:59:07jgeralniksetrecipients: + jgeralnik, jaraco, pitrou, Arfrever, r.david.murray, docs@python, zach.ware, serhiy.storchaka
2012-06-15 14:59:06jgeralniksetmessageid: <1339772346.98.0.851965854994.issue15068@psf.upfronthosting.co.za>
2012-06-15 14:59:06jgeralniklinkissue15068 messages
2012-06-15 14:59:06jgeralnikcreate