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 serhiy.storchaka
Date 2019-09-18.06:17:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568787441.71.0.0135329637022.issue38208@roundup.psfhosted.org>
In-reply-to
Content
Currently string.Template uses a metaclass. It is possible to get rid of it and use __init_subclass__() instead.
History
Date User Action Args
2019-09-18 06:17:21serhiy.storchakasetrecipients: + serhiy.storchaka
2019-09-18 06:17:21serhiy.storchakasetmessageid: <1568787441.71.0.0135329637022.issue38208@roundup.psfhosted.org>
2019-09-18 06:17:21serhiy.storchakalinkissue38208 messages
2019-09-18 06:17:21serhiy.storchakacreate