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 Albert.Zeyer
Recipients Albert.Zeyer
Date 2011-08-29.18:02:44
SpamBayes Score 0.0024861733
Marked as misclassified No
Message-id <1314640965.12.0.413941920183.issue12854@psf.upfronthosting.co.za>
In-reply-to
Content
In Parser/tokenizer.c, there is `PyOS_Readline(stdin, stdout, tok->prompt)`. This ignores any `sys.stdin` / `sys.stdout` overwrites.

The usage should be like in Python/bltinmodule.c in builtin_raw_input.
History
Date User Action Args
2011-08-29 18:02:45Albert.Zeyersetrecipients: + Albert.Zeyer
2011-08-29 18:02:45Albert.Zeyersetmessageid: <1314640965.12.0.413941920183.issue12854@psf.upfronthosting.co.za>
2011-08-29 18:02:44Albert.Zeyerlinkissue12854 messages
2011-08-29 18:02:44Albert.Zeyercreate