[issue10918] **kwargs unnecessarily restricted in concurrent.futures 'submit' API

Georg Brandl report at bugs.python.org
Tue Jan 18 08:14:27 CET 2011


Georg Brandl <georg at 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 <report at bugs.python.org>
<http://bugs.python.org/issue10918>
_______________________________________


More information about the Python-bugs-list mailing list