commit | 40fd0e8d68352f9d28be2a6ad1d6d0ba93756dbf | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Mar 24 22:27:50 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Mar 24 22:27:50 2015 +0200 |
tree | c8555af0ca2ac4a8afa30e05eaf84fa3eed7cc39 | |
parent | d07ec7b0824948e6601446680cfc300dbc9f717d [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.