]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23671: string.Template now allows to specify the "self" parameter as
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 20:28:43 +0000 (22:28 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 20:28:43 +0000 (22:28 +0200)
commit8ffe917cee26b83fed4f227c4ed16d4eec15dcf9
tree3a2bbef671dcda71bfa36cf5a02d4b68d09cb98a
parentbe1eb1424121682081fed8996e87e2dfd238e7ea
Issue #23671: string.Template now allows to specify the "self" parameter as
keyword argument.  string.Formatter now allows to specify the "self" and
the "format_string" parameters as keyword arguments.
Lib/string.py
Lib/test/test_pep292.py
Lib/test/test_string.py
Misc/NEWS