Message 303135 - Python tracker
Message303135
| 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:12 | serhiy.storchaka | set | recipients: + serhiy.storchaka, r.david.murray, wt |
| 2017-09-27 13:06:12 | serhiy.storchaka | set | messageid: <1506517572.48.0.154975027568.issue31603@psf.upfronthosting.co.za> |
| 2017-09-27 13:06:12 | serhiy.storchaka | link | issue31603 messages |
| 2017-09-27 13:06:12 | serhiy.storchaka | create | |