Issue #28385: An error message when non-empty format spec is passed to
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 30 Oct 2016 17:37:46 +0000 (19:37 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 30 Oct 2016 17:37:46 +0000 (19:37 +0200)
commit7984bff52a9952219a3c15b88ff6514244dd7498
treebcf67bde15ab80a95d773d75b6400082ca5e492b
parenta1fd5e4bc744bc972691f1d5c23130395e1e306a
parentd1af5effc214f474bcb1df62eb2089c48f657ee5
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