[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
Thu Apr 5 20:23:38 CEST 2012


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

What's about test which pass bytes to Popen?
Should it be deprecated and should Popen accept only unicode strings only — I mean `str` type?
As I know the trend of py3k to get rid of bytes in filesystem names.

----------

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


More information about the Python-bugs-list mailing list