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 Yclept.Nemo
Recipients Yclept.Nemo
Date 2015-11-12.23:41:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447371680.73.0.599273963393.issue25614@psf.upfronthosting.co.za>
In-reply-to
Content
Just like InteractiveInterpreter.write and the actual python interpreter, the console's prompt should be written to stderr. Something like:

self.write(prompt)
return input()
History
Date User Action Args
2015-11-12 23:41:20Yclept.Nemosetrecipients: + Yclept.Nemo
2015-11-12 23:41:20Yclept.Nemosetmessageid: <1447371680.73.0.599273963393.issue25614@psf.upfronthosting.co.za>
2015-11-12 23:41:20Yclept.Nemolinkissue25614 messages
2015-11-12 23:41:20Yclept.Nemocreate