Josh Rosenberg added the comment:

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.

----------
nosy: +josh.r

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25454>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to