[Python-ideas] Draft PEP on string interpolation

Mike Miller python-ideas at mgmiller.net
Tue Aug 25 00:26:13 CEST 2015


In the given example it uses shlex.quote on each variable:

     https://docs.python.org/dev/library/shlex.html#shlex.quote

Btw, no one has to use this form, it simply helps when someone does.

-Mike


More information about the Python-ideas mailing list