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 serhiy.storchaka
Recipients akira, serhiy.storchaka
Date 2014-10-23.09:12:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414055528.85.0.945613938974.issue22709@psf.upfronthosting.co.za>
In-reply-to
Content
The code

    sys.stdin = sys.stdin.detach()

is incorrect because sys.stdin should be text stream, but detach() returns binary stream.
History
Date User Action Args
2014-10-23 09:12:08serhiy.storchakasetrecipients: + serhiy.storchaka, akira
2014-10-23 09:12:08serhiy.storchakasetmessageid: <1414055528.85.0.945613938974.issue22709@psf.upfronthosting.co.za>
2014-10-23 09:12:08serhiy.storchakalinkissue22709 messages
2014-10-23 09:12:08serhiy.storchakacreate