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 pitrou
Recipients Sundance, mark.dickinson, pitrou, sfeltman
Date 2012-11-11.17:16:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352654203.06.0.580256961394.issue14631@psf.upfronthosting.co.za>
In-reply-to
Content
WeakMethod sounds like a good name to me. However, instead of acting as a proxy, I think it should act as a regular weakref (i.e. you have to call it to get the actual method object).
History
Date User Action Args
2012-11-11 17:16:43pitrousetrecipients: + pitrou, mark.dickinson, Sundance, sfeltman
2012-11-11 17:16:43pitrousetmessageid: <1352654203.06.0.580256961394.issue14631@psf.upfronthosting.co.za>
2012-11-11 17:16:43pitroulinkissue14631 messages
2012-11-11 17:16:42pitroucreate