New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

Currently string.Template uses a metaclass. It is possible to get rid of it and 
use __init_subclass__() instead.

----------
components: Library (Lib)
messages: 352699
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Simplify string.Template by using __init_subclass__()
versions: Python 3.9

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

Reply via email to