]> granicus.if.org Git - python/commit
Issue #23671: string.Template now allows to specify the "self" parameter as
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 20:30:46 +0000 (22:30 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 20:30:46 +0000 (22:30 +0200)
commitb876df4cbb0b2b51ed4576ebbecea6f794d4abcd
treeac2e99846f819e01e74206d13654c91bae42acf4
parentd9d769fcdd573ab12b628798288c02dceba53505
parent8ffe917cee26b83fed4f227c4ed16d4eec15dcf9
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.
Doc/library/string.rst
Doc/whatsnew/3.5.rst
Lib/string.py
Lib/test/test_string.py
Misc/NEWS