Serhiy Storchaka added the comment: __qualname__ itself is not much more informative than __name__. You should use it together with __module__ to get the full qualified name. But 1) it is never used in error messages, 2) the code becomes more verbose, 3) the output becomes more verbose, and excessive verbose for builtin types.
__name__ LGTM. It is enough to identify the error. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26844> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com