commit | b876df4cbb0b2b51ed4576ebbecea6f794d4abcd | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Mar 24 22:30:46 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Mar 24 22:30:46 2015 +0200 |
tree | ac2e99846f819e01e74206d13654c91bae42acf4 | |
parent | d9d769fcdd573ab12b628798288c02dceba53505 [diff] | |
parent | 8ffe917cee26b83fed4f227c4ed16d4eec15dcf9 [diff] |
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.