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 serhiy.storchaka
Recipients r.david.murray, serhiy.storchaka, wt
Date 2017-09-27.13:06:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506517572.48.0.154975027568.issue31603@psf.upfronthosting.co.za>
In-reply-to
Content
input() is a convenient function for simple user interaction. If you need to read a data from different file object just use its readline() method.
History
Date User Action Args
2017-09-27 13:06:12serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, wt
2017-09-27 13:06:12serhiy.storchakasetmessageid: <1506517572.48.0.154975027568.issue31603@psf.upfronthosting.co.za>
2017-09-27 13:06:12serhiy.storchakalinkissue31603 messages
2017-09-27 13:06:12serhiy.storchakacreate