[issue13448] PEP 3155 implementation

sbt report at bugs.python.org
Sat Nov 26 01:22:03 CET 2011


sbt <shibturn at gmail.com> added the comment:

For builtin_function_or_method it seems obj.__qualname__ should be

  obj.__self__.__qualname__ + '.' + obj.__name__

----------

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


More information about the Python-bugs-list mailing list