[issue13657] IDLE doesn't support sys.ps1 and sys.ps2.

Phil Webster report at bugs.python.org
Sat May 18 05:40:07 CEST 2013


Phil Webster added the comment:

I've attached a patch that attempts to get sys.ps1 for the prompt. Unfortunately it prints out blue because it is treated as output from running print(sys.ps1) as if the user had typed it in. Now that I have a better understanding of the issue, I may be able to work on the subprocess handling that Roger suggested.

----------
keywords: +patch
nosy: +philwebster
Added file: http://bugs.python.org/file30303/issue13657.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13657>
_______________________________________


More information about the Python-bugs-list mailing list