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-31.14:38:37
SpamBayes Score 3.0730636e-08
Marked as misclassified No
Message-id <1314801518.5.0.445361297153.issue12869@psf.upfronthosting.co.za>
In-reply-to
Content
PyOS_StdioReadline from Parser/myreadline.c is printing the prompt on stderr.

I think it should print it on the given parameter sys_stdout. Other readline implementations (like from the readline module) also behave this way.

Even if it really is supposed to write on stderr, it should use the `sys.stderr` and not the system stderr.
History
Date User Action Args
2011-08-31 14:38:38Albert.Zeyersetrecipients: + Albert.Zeyer
2011-08-31 14:38:38Albert.Zeyersetmessageid: <1314801518.5.0.445361297153.issue12869@psf.upfronthosting.co.za>
2011-08-31 14:38:37Albert.Zeyerlinkissue12869 messages
2011-08-31 14:38:37Albert.Zeyercreate