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 Arfrever, docs@python, jaraco, jgeralnik, pitrou, r.david.murray, serhiy.storchaka, zach.ware
Date 2012-06-15.15:46:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339775026.3360.1.camel@localhost.localdomain>
In-reply-to <1339775096.6648.163.camel@raxxla>
Content
> >  so the readlines function should always return at least as many bytes as its first parameter. Is this assumption wrong?
> 
> qwert
> 'qwert\n'
> 
> You type five characters "qwert" end press <Enter>. Python immediately
> receives these six characters, and returns a result of
> sys.stdin.readline(1000).

Well, did you try readline() or readlines()?
History
Date User Action Args
2012-06-15 15:46:52pitrousetrecipients: + pitrou, jaraco, Arfrever, r.david.murray, docs@python, zach.ware, serhiy.storchaka, jgeralnik
2012-06-15 15:46:51pitroulinkissue15068 messages
2012-06-15 15:46:51pitroucreate