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 skrah
Recipients eric.araujo, narnie, skrah
Date 2010-07-15.12:00:36
SpamBayes Score 0.034766
Marked as misclassified No
Message-id <1279195246.69.0.00502819414415.issue9265@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is invalid. Please run:

>>> from subprocess import Popen
>>> Popen("echo $SHELL", executable="/bin/bash", shell=True)
/bin/bash
<subprocess.Popen object at 0x7f7beb13f150>
>>>
History
Date User Action Args
2010-07-15 12:00:46skrahsetrecipients: + skrah, eric.araujo, narnie
2010-07-15 12:00:46skrahsetmessageid: <1279195246.69.0.00502819414415.issue9265@psf.upfronthosting.co.za>
2010-07-15 12:00:36skrahlinkissue9265 messages
2010-07-15 12:00:36skrahcreate