[New-bugs-announce] [issue38208] Simplify string.Template by using __init_subclass__()
Serhiy Storchaka
report at bugs.python.org
Wed Sep 18 02:17:21 EDT 2019
New submission from Serhiy Storchaka <storchaka+cpython at 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 <report at bugs.python.org>
<https://bugs.python.org/issue38208>
_______________________________________
More information about the New-bugs-announce
mailing list