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 ncoghlan
Recipients Claudiu.Popa, eric.araujo, eric.snow, ncoghlan, serhiy.storchaka, yselivanov
Date 2015-03-10.12:37:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425991029.21.0.178488484783.issue15582@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy's patch looks good to me.

I'd completely missed that __qualname__ could be used to avoid needing a second argument even when handling objects other than bound methods. That's very cool, and I can see why you figured it was easier to just write the patch than explain what you had in mind.
History
Date User Action Args
2015-03-10 12:37:09ncoghlansetrecipients: + ncoghlan, eric.araujo, Claudiu.Popa, eric.snow, serhiy.storchaka, yselivanov
2015-03-10 12:37:09ncoghlansetmessageid: <1425991029.21.0.178488484783.issue15582@psf.upfronthosting.co.za>
2015-03-10 12:37:09ncoghlanlinkissue15582 messages
2015-03-10 12:37:09ncoghlancreate