]> granicus.if.org Git - python/commit
Issue #28385: An error message when non-empty format spec is passed to
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 30 Oct 2016 17:38:05 +0000 (19:38 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 30 Oct 2016 17:38:05 +0000 (19:38 +0200)
commit79879e002f2f8e1fb0cdd9cbafcf218793b73261
treecf9341944b17361fe325603f2bc1e7a2c12f385a
parent08921c4be3b3526c16aba9999166f8f89345662d
parent7984bff52a9952219a3c15b88ff6514244dd7498
Issue #28385: An error message when non-empty format spec is passed to
object.__format__ now contains the name of actual type.