commit | 8ffe917cee26b83fed4f227c4ed16d4eec15dcf9 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Mar 24 22:28:43 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Mar 24 22:28:43 2015 +0200 |
tree | 3a2bbef671dcda71bfa36cf5a02d4b68d09cb98a | |
parent | be1eb1424121682081fed8996e87e2dfd238e7ea [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.