[Python-ideas] template strings

Yury Selivanov yselivanov.ml at gmail.com
Wed Aug 19 22:32:12 CEST 2015


On 2015-08-19 2:11 PM, Eric V. Smith wrote:
[..]
> As you say, it would allow easy implementation of i18n on top of PEP 498.

Right.

One thing that bugs me about PEP 501, is that it introduces
yet another kind of strings -- i'' (in addition to f''
introduced by PEP 498, and existing b'', r'', u'').

I think we already have too many of them, and it would be great
if we can somehow generalize this.

Yury




More information about the Python-ideas mailing list