]> 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:27:50 +0000 (22:27 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 20:27:50 +0000 (22:27 +0200)
commit40fd0e8d68352f9d28be2a6ad1d6d0ba93756dbf
treec8555af0ca2ac4a8afa30e05eaf84fa3eed7cc39
parentd07ec7b0824948e6601446680cfc300dbc9f717d
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