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 gromgull
Recipients docs@python, gromgull, r.david.murray
Date 2014-02-05.14:12:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391609568.12.0.0738509435343.issue20501@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed that a doc-fix is the first step. 

Shall I make another issue for the fix in fileinput?

 I also wonder if the comment in codecs is not too negative - it is not easy to get it 100% right, but the method just above readlines is readline, which does somehow manage to read a single line. To me it seems like it would be better to makes readlines repeatedly call readline. It would also be inefficient, but still better than reading the whole (possibly infinite) stream in ...
History
Date User Action Args
2014-02-05 14:12:48gromgullsetrecipients: + gromgull, r.david.murray, docs@python
2014-02-05 14:12:48gromgullsetmessageid: <1391609568.12.0.0738509435343.issue20501@psf.upfronthosting.co.za>
2014-02-05 14:12:48gromgulllinkissue20501 messages
2014-02-05 14:12:47gromgullcreate