[issue9265] Can't choose other shell in subprocess

Stefan Krah report at bugs.python.org
Thu Jul 15 14:00:46 CEST 2010


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

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>
>>>

----------
nosy: +skrah

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


More information about the Python-bugs-list mailing list