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 SSmith
Recipients SSmith, benjamin.peterson
Date 2014-01-28.18:47:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390934834.75.0.406331893096.issue18846@psf.upfronthosting.co.za>
In-reply-to
Content
Interestingly to me, you 're right!
Powershell interpreter does the same. Ironically, failure to launch  python  from Powershell ISE(Integrated Scripting Environment) was what triggered this bug report. And as I see know, PowershellISE doesnt support launching  a 'nested' powershell interpreter too.

You also direct python.exe verbose output to stderr too. If I uncderstand the 'problem' correctly, it seems that having  to choose from just 2 output channels leads to compromises like these.

Thanks for your time and apologies for bumping this twice!
History
Date User Action Args
2014-01-28 18:47:14SSmithsetrecipients: + SSmith, benjamin.peterson
2014-01-28 18:47:14SSmithsetmessageid: <1390934834.75.0.406331893096.issue18846@psf.upfronthosting.co.za>
2014-01-28 18:47:14SSmithlinkissue18846 messages
2014-01-28 18:47:14SSmithcreate