> In my case, I was building up a command line to pass as a single string
> to subprocess, and needed a way to quote the args explicitly.  That's
> why I went looking at this.
FYI, if you need the reverse operation (string → list), look at shlex.

Cheers
_______________________________________________
stdlib-sig mailing list
stdlib-sig@python.org
http://mail.python.org/mailman/listinfo/stdlib-sig

Reply via email to