[issue32954] Lazy Literal String Interpolation (PEP-498-based fl-strings)

Arcadiy Ivanov report at bugs.python.org
Mon Feb 26 05:59:46 EST 2018


Arcadiy Ivanov <arcadiy at ivanov.biz> added the comment:

@eric.smith

Thanks! I was looking for such a general-purpose proposal but could not find it. 

Although general-purpose mechanism that would allow pluggable constructs like `sh`, `html`, `sql` and the like is awesome and very desirable (especially sh in preference of Popen madness), string formatting/concatenation is IMO a fundamental concept (hence PEP-498 is in core with specialized opcodes instead of being deferred to be a general purpose pluggable PEP-501 implementation).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32954>
_______________________________________


More information about the Python-bugs-list mailing list