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.15:04:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339772660.2.0.797575168594.issue15068@psf.upfronthosting.co.za>
In-reply-to
Content
Forget other filelike objects. The FileInput class only works with actual files, so the readlines function should always return at least as many bytes as its first parameter. Is this assumption wrong?
History
Date User Action Args
2012-06-15 15:04:20jgeralniksetrecipients: + jgeralnik, jaraco, pitrou, Arfrever, r.david.murray, docs@python, zach.ware, serhiy.storchaka
2012-06-15 15:04:20jgeralniksetmessageid: <1339772660.2.0.797575168594.issue15068@psf.upfronthosting.co.za>
2012-06-15 15:04:19jgeralniklinkissue15068 messages
2012-06-15 15:04:19jgeralnikcreate