[issue7839] Popen should raise ValueError if pass a string when shell=False or a list when shell=True

Andrew Svetlov report at bugs.python.org
Sat Mar 31 20:23:35 CEST 2012


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

I like Eric's proposition, e.g. raising error if  (list, shell=True) or (str, shell=False)

If nobody object I can try to make initial patch for that.

----------

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


More information about the Python-bugs-list mailing list