Message223414
| Author | Drekin |
|---|---|
| Recipients | Drekin, benjamin.peterson, brett.cannon, eric.araujo, georg.brandl, ncoghlan, pitrou, steve.dower, tshepang, vstinner |
| Date | 2014-07-18.15:09:34 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1405696174.37.0.108075620562.issue17620@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There is still the serious inconsistency that the `sys.stdin` is not used for input by interactive loop but its encoding is. So if I replace `sys.stdin` with a custom object with its own `encoding` attribute, the standard interactive loop tries to use this encoding which may result in an exception on any input. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-07-18 15:09:34 | Drekin | set | recipients: + Drekin, brett.cannon, georg.brandl, ncoghlan, pitrou, vstinner, benjamin.peterson, eric.araujo, tshepang, steve.dower |
| 2014-07-18 15:09:34 | Drekin | set | messageid: <1405696174.37.0.108075620562.issue17620@psf.upfronthosting.co.za> |
| 2014-07-18 15:09:34 | Drekin | link | issue17620 messages |
| 2014-07-18 15:09:34 | Drekin | create | |