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 josh.r
Recipients abacabadabacaba, josh.r, rhettinger
Date 2015-10-28.00:52:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445993539.24.0.881311499046.issue25454@psf.upfronthosting.co.za>
In-reply-to
Content
I could see the argument for this to make methodcaller more like an unbound version of functools.partial. Partial lets you prebind some things and not others, you might want to do the same thing with methods, where you prebind the method name and some arguments, but dynamically bind the instance and some additional arguments.
History
Date User Action Args
2015-10-28 00:52:19josh.rsetrecipients: + josh.r, rhettinger, abacabadabacaba
2015-10-28 00:52:19josh.rsetmessageid: <1445993539.24.0.881311499046.issue25454@psf.upfronthosting.co.za>
2015-10-28 00:52:19josh.rlinkissue25454 messages
2015-10-28 00:52:18josh.rcreate