Georg Brandl <ge...@python.org> added the comment:

> The current submit definition doesn't allow that, and pulling out self, and 
> fn, would not be correct either.  

It would if they are pulled from *args.  The only difference to now is that you 
cannot give the self and fn args as keyword args anymore (but that is moot in 
the case of self, and for fn that was the aim of the issue).

----------

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

Reply via email to