Comment 1 for bug 1884936

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

>>> import shlex; shlex.quote('key={}'.format(shlex.quote('space separated list')))
'\'key=\'"\'"\'space separated list\'"\'"\'\''

is the issue.