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

Georg Brandl report at bugs.python.org
Mon Jan 17 20:39:20 CET 2011


Georg Brandl <georg at python.org> added the comment:

def submit(*args, **kwds):

and picking out self and fn from *args might indeed be the most sensible solution here.

----------
nosy: +georg.brandl

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10918>
_______________________________________


More information about the Python-bugs-list mailing list