This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients barry, rhettinger, serhiy.storchaka, vaultah
Date 2015-05-28.04:46:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432788364.2.0.844576016959.issue24309@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-05-28 04:46:04serhiy.storchakasetrecipients: + serhiy.storchaka, barry, rhettinger, vaultah
2015-05-28 04:46:04serhiy.storchakasetmessageid: <1432788364.2.0.844576016959.issue24309@psf.upfronthosting.co.za>
2015-05-28 04:46:04serhiy.storchakalinkissue24309 messages
2015-05-28 04:46:04serhiy.storchakacreate