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 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:34Drekinsetrecipients: + Drekin, brett.cannon, georg.brandl, ncoghlan, pitrou, vstinner, benjamin.peterson, eric.araujo, tshepang, steve.dower
2014-07-18 15:09:34Drekinsetmessageid: <1405696174.37.0.108075620562.issue17620@psf.upfronthosting.co.za>
2014-07-18 15:09:34Drekinlinkissue17620 messages
2014-07-18 15:09:34Drekincreate