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 Douglas.Alan, amaury.forgeotdarc, benjamin.peterson, eric.araujo, facundobatista, georg.brandl, ncoghlan, nessus42, pitrou, r.david.murray, ralph.corderoy, rhettinger, ysj.ray
Date 2010-07-22.17:54:13
SpamBayes Score 0.0067734937
Marked as misclassified No
Message-id <1279821249.3205.31.camel@localhost.localdomain>
In-reply-to <1279816425.37.0.999757304395.issue1152248@psf.upfronthosting.co.za>
Content
> Personally, I think that this functionality should be built into
> Python's readlines. That's where a typical person would expect it to
> be, and this is something that is supported by most other scripting
> language I've used.

Adding it to readline() and/or readlines() would modify the standard IO
Abstract Base Classes, and would therefore probably need discussion on
python-dev.
History
Date User Action Args
2010-07-22 17:54:15pitrousetrecipients: + pitrou, georg.brandl, rhettinger, facundobatista, amaury.forgeotdarc, ncoghlan, benjamin.peterson, nessus42, eric.araujo, ralph.corderoy, r.david.murray, ysj.ray, Douglas.Alan
2010-07-22 17:54:13pitroulinkissue1152248 messages
2010-07-22 17:54:13pitroucreate