[issue1759845] subprocess.call fails with unicode strings in command line

Terry J. Reedy report at bugs.python.org
Wed Aug 4 04:48:12 CEST 2010


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I fail to see why subprocess.call(cmd.encode('whatever')) is not a general solution. Auto-encoding strikes me as wrong. Someone who wants that should write their own wrapper. In any case, 2.7 is out and closed to new features, while 3.x fixes this and numerous other unicode issues.

----------
nosy: +tjreedy
resolution:  -> out of date
status: open -> closed
type:  -> feature request
versions: +Python 2.7 -Python 2.5

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


More information about the Python-bugs-list mailing list