[issue22187] commands.mkarg() buggy in East Asian locales

Jakub Wilk report at bugs.python.org
Mon Oct 6 14:03:45 CEST 2014


Jakub Wilk added the comment:

Something like this should be safe:

def mkarg(x):
    ' ' + pipes.quote(x)

----------

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


More information about the Python-bugs-list mailing list