[issue34595] PyUnicode_FromFormat(): add %T format for an object type name

Serhiy Storchaka report at bugs.python.org
Sun Sep 9 04:37:06 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

> in error messages

And in reprs. It is common to format a repr as "{typename}(...)" or "<{typename}(...)>". The difference is whether the typename is a short or fully qualified name.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34595>
_______________________________________


More information about the Python-bugs-list mailing list