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 Sworddragon, pitrou
Date 2012-07-25.20:35:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343248515.54.0.405498217776.issue15449@psf.upfronthosting.co.za>
In-reply-to
Content
Well, it does:
http://docs.python.org/dev/library/io.html#io.IOBase.readline

“readline(limit=-1)

    Read and return one line from the stream. If limit is specified, at most limit bytes will be read.”
History
Date User Action Args
2012-07-25 20:35:15pitrousetrecipients: + pitrou, Sworddragon
2012-07-25 20:35:15pitrousetmessageid: <1343248515.54.0.405498217776.issue15449@psf.upfronthosting.co.za>
2012-07-25 20:35:15pitroulinkissue15449 messages
2012-07-25 20:35:14pitroucreate