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 pitrou
Recipients ashwch, cvrebert, dan.riti, docs@python, eric.araujo, ezio.melotti, kushal.das, meador.inge, mikehoy, peter.otten, pitrou, terry.reedy
Date 2013-04-14.17:52:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365961964.2427.2.camel@fsol>
In-reply-to <1365961888.99.0.57311746796.issue13510@psf.upfronthosting.co.za>
Content
> I would actually remove the whole section about readlines() or
> possibly just mention it briefly (something like "If you want to read
> all the lines of a file in a list you can also use f.readlines().")
> The sizehint arg is rarely used, so I don't see the point of going in
> such details about it in the tutorial.

You are right, Ezio.
History
Date User Action Args
2013-04-14 17:52:46pitrousetrecipients: + pitrou, terry.reedy, peter.otten, ezio.melotti, eric.araujo, cvrebert, meador.inge, docs@python, mikehoy, kushal.das, ashwch, dan.riti
2013-04-14 17:52:46pitroulinkissue13510 messages
2013-04-14 17:52:46pitroucreate