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.

作者 Drekin
收信人 Drekin, eric.araujo, tshepang
日期 2013-04-06.09:41:21
SpamBayes Score -1.0
Marked as misclassified
Message-id <1365241281.86.0.874706705316.issue17620@psf.upfronthosting.co.za>
In-reply-to
内容
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
历史
日期 用户 动作 参数
2013-04-06 09:41:21Drekin修改recipients: + Drekin, eric.araujo, tshepang
2013-04-06 09:41:21Drekin修改messageid: <1365241281.86.0.874706705316.issue17620@psf.upfronthosting.co.za>
2013-04-06 09:41:21Drekin链接issue17620 messages
2013-04-06 09:41:21Drekin创建