[Python-ideas] Draft PEP on string interpolation

Mike Miller python-ideas at mgmiller.net
Tue Aug 25 19:49:18 CEST 2015


On 08/25/2015 08:02 AM, Nikolaus Rath wrote:
> No, but it muddles the water as to what is good and what is bad
> practice. 'rm {file}' has always been bad practice, but with e-strings
> e'rm {file}' may or may not be bad practice, depending what you do with
> it.

It would be bad practice since the function is deprecated, or just discouraged.

But, are you implying that the escaping could be bypassed?  Would that be possible?

-Mike



More information about the Python-ideas mailing list