[issue4855] Popen(..., shell=True, ...) should allow simple access to the command's PID

Georg Brandl report at bugs.python.org
Tue Jan 6 10:19:07 CET 2009


Georg Brandl <georg at python.org> added the comment:

As Alexander says: a shell command can spawn any number of subprocesses,
or none at all (if e.g. only shell builtins are called).

----------
nosy: +georg.brandl
resolution:  -> wont fix
status: open -> closed

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


More information about the Python-bugs-list mailing list