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 Marco Sulla
Recipients Marco Sulla, eric.smith
Date 2020-03-04.19:00:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583348403.45.0.642426394751.issue39842@roundup.psfhosted.org>
In-reply-to
Content
> Do you have some concrete use case for this?

Yes, for EWA:
https://marco-sulla.github.io/ewa/

Since it's a code generator, it uses templates a lot, and much times I feel the need for a partial substitution. In the end I solved with some ugly tricks.

Furthermore, if the method exists in the stdlib for `string.Template`, I suppose it was created because it was of some utility.
History
Date User Action Args
2020-03-04 19:00:03Marco Sullasetrecipients: + Marco Sulla, eric.smith
2020-03-04 19:00:03Marco Sullasetmessageid: <1583348403.45.0.642426394751.issue39842@roundup.psfhosted.org>
2020-03-04 19:00:03Marco Sullalinkissue39842 messages
2020-03-04 19:00:03Marco Sullacreate