This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients eric.smith, serhiy.storchaka, vstinner
Date 2018-09-08.08:16:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536394579.75.0.56676864532.issue34595@psf.upfronthosting.co.za>
In-reply-to
Content
An alternative would be to add multiple formatters. Example:

* %Tn: type name, type.__name__, Py_TYPE(obj)->tp_name
* %Tq: qualified name, type.__qualname__
* %Ts: short name, never contains "."
* %Tf: fully qualified name, "module.qualified.name"

What do you think Serhiy?
History
Date User Action Args
2018-09-08 08:16:19vstinnersetrecipients: + vstinner, eric.smith, serhiy.storchaka
2018-09-08 08:16:19vstinnersetmessageid: <1536394579.75.0.56676864532.issue34595@psf.upfronthosting.co.za>
2018-09-08 08:16:19vstinnerlinkissue34595 messages
2018-09-08 08:16:19vstinnercreate