[Python-ideas] Draft PEP on string interpolation
Mike Miller
python-ideas at mgmiller.net
Tue Aug 25 20:54:09 CEST 2015
On 08/25/2015 11:40 AM, Nikolaus Rath wrote:
> So any function that doesn't special-case estr will "bypass" the
> escaping and pass it do it's version of the do_something() function
> without quoting.
Yes, system(command % dangerous) was dangerous and will still be. Confining
input to e-strings is probably not practical. That's a good point.
-Mike
More information about the Python-ideas
mailing list