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, eric.araujo, tshepang
Date 2013-04-06.09:41:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Sorry for typos.
• interactive console doesn't use sys.stdin for input, why?
• it uses sys.stdin.encoding, shouldn't it rather use sys.__stdin__.encoding if anything?
• input() and hence code.interact() uses sys.stdin
History
Date User Action Args
2013-04-06 09:41:21Drekinsetrecipients: + Drekin, eric.araujo, tshepang
2013-04-06 09:41:21Drekinsetmessageid: <[email protected]>
2013-04-06 09:41:21Drekinlinkissue17620 messages
2013-04-06 09:41:21Drekincreate