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

STINNER Victor report at bugs.python.org
Thu Sep 6 05:26:57 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

I cannot find %T in printf() manual pages on Fedora 28 (Linux).

I can find it in the strftime() documentation:

   %T     The time in 24-hour notation (%H:%M:%S).  (SU)

But I don't think that it's an issue since printf() and strftime() formatters are exclusive, no? For example, strftime() %s means "number of seconds since the Epoch" whereas printf() %s means a "const char*" byte string.

----------

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


More information about the Python-bugs-list mailing list