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 iritkatriel
Recipients berker.peksag, dhanamp, docs@python, eric.araujo, idank, iritkatriel, kiilerix, martin.panter, nadeem.vawda, pitrou
Date 2021-12-05.16:21:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638721319.99.0.672036033463.issue12833@roundup.psfhosted.org>
In-reply-to
Content
I agree with Martin that this belongs in the input() rather than readline() docs. However, the input() does is quite concise, and the sole example specifies the right way to use it:

https://docs.python.org/3/library/functions.html#input

I find it hard to justify real estate in this doc in which to explain what happens if you combine input with readline and do the wrong thing. 

I suggest we leave it as it is.
History
Date User Action Args
2021-12-05 16:22:00iritkatrielsetrecipients: + iritkatriel, pitrou, nadeem.vawda, kiilerix, eric.araujo, docs@python, berker.peksag, idank, martin.panter, dhanamp
2021-12-05 16:21:59iritkatrielsetmessageid: <1638721319.99.0.672036033463.issue12833@roundup.psfhosted.org>
2021-12-05 16:21:59iritkatriellinkissue12833 messages
2021-12-05 16:21:59iritkatrielcreate