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 <1365241281.86.0.874706705316.issue17620@psf.upfronthosting.co.za>
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: <1365241281.86.0.874706705316.issue17620@psf.upfronthosting.co.za>
2013-04-06 09:41:21Drekinlinkissue17620 messages
2013-04-06 09:41:21Drekincreate