[issue19228] type.__qualname__ should not strip the module name

Antoine Pitrou report at bugs.python.org
Sat Oct 12 01:00:37 CEST 2013


Antoine Pitrou added the comment:

__qualname__ strips the module name by design. If you want the module name, look up __name__ on the module.

----------
nosy: +pitrou
resolution:  -> rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19228>
_______________________________________


More information about the Python-bugs-list mailing list