Serhiy Storchaka added the comment:

I'm strongly -1 for deprecating string.Template. It provides simple, widely 
used syntax, and is used in a lot of third-party code. I don't think that it 
needs to be extended.

However I have an idea about implementing general string composing engine than 
could be reused with different frontends in str.format, str.__mod__, 
string.Template, re.sub, and third-part template engines. Perhaps I'll try to 
implement it in 3.6.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24309>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to