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 ezio.melotti
Recipients ashwch, cvrebert, dan.riti, docs@python, eric.araujo, ezio.melotti, kushal.das, meador.inge, mikehoy, peter.otten, pitrou, terry.reedy
Date 2013-04-15.03:20:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365996023.08.0.932413599822.issue13510@psf.upfronthosting.co.za>
In-reply-to
Content
Patch LGTM.  I think it would also be better to say something like "Note that it's already possible to iterate on file objects using ``for line in file: ...`` without calling file.readlines()." in Doc/library/io.rst:readlines, as suggested in msg148703.
History
Date User Action Args
2013-04-15 03:20:23ezio.melottisetrecipients: + ezio.melotti, terry.reedy, peter.otten, pitrou, eric.araujo, cvrebert, meador.inge, docs@python, mikehoy, kushal.das, ashwch, dan.riti
2013-04-15 03:20:23ezio.melottisetmessageid: <1365996023.08.0.932413599822.issue13510@psf.upfronthosting.co.za>
2013-04-15 03:20:23ezio.melottilinkissue13510 messages
2013-04-15 03:20:22ezio.melotticreate