Message 189493 - Python tracker

Message189493

Author philwebster
Recipients Ramchandra Apte, philwebster, roger.serwy, terry.reedy
Date 2013-05-18.03:40:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368848406.98.0.0840530276865.issue13657@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-05-18 03:40:07philwebstersetrecipients: + philwebster, terry.reedy, roger.serwy, Ramchandra Apte
2013-05-18 03:40:06philwebstersetmessageid: <1368848406.98.0.0840530276865.issue13657@psf.upfronthosting.co.za>
2013-05-18 03:40:06philwebsterlinkissue13657 messages
2013-05-18 03:40:06philwebstercreate