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 sbt
Recipients eric.araujo, ncoghlan, pitrou, python-dev, sbt, vstinner
Date 2011-11-26.00:22:02
SpamBayes Score 2.7686099e-06
Marked as misclassified No
Message-id <1322266923.11.0.614612487971.issue13448@psf.upfronthosting.co.za>
In-reply-to
Content
For builtin_function_or_method it seems obj.__qualname__ should be

  obj.__self__.__qualname__ + '.' + obj.__name__
History
Date User Action Args
2011-11-26 00:22:03sbtsetrecipients: + sbt, ncoghlan, pitrou, vstinner, eric.araujo, python-dev
2011-11-26 00:22:03sbtsetmessageid: <1322266923.11.0.614612487971.issue13448@psf.upfronthosting.co.za>
2011-11-26 00:22:02sbtlinkissue13448 messages
2011-11-26 00:22:02sbtcreate