]> 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:33:54 +0000 (19:33 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 30 Oct 2016 17:33:54 +0000 (19:33 +0200)
commitd1af5effc214f474bcb1df62eb2089c48f657ee5
tree6aded56120835fe640586fd5688c6b994832dd88
parentc9b750d249136b88125c28cd139c4bc694c18003
Issue #28385: An error message when non-empty format spec is passed to
object.__format__ now contains the name of actual type.
Lib/test/test_builtin.py
Lib/test/test_bytes.py
Objects/typeobject.c