]> granicus.if.org Git - python/commit
bpo-38208: Simplify string.Template by using __init_subclass__(). (GH-16256)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Oct 2019 06:36:21 +0000 (09:36 +0300)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2019 06:36:21 +0000 (09:36 +0300)
commit919f0bc8c904d3aa13eedb2dd1fe9c6b0555a591
treec603fb5b8ceb2b8fc5d01fd25500b2e9e08fd891
parent06cd5b6acd98205adae1a3ea4223e88f38ad55ab
bpo-38208: Simplify string.Template by using __init_subclass__(). (GH-16256)
Lib/string.py