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

R. David Murray report at bugs.python.org
Mon Jan 17 19:06:54 CET 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

Yes, it's about the concurrent.futures 'submit' method:

http://docs.python.org/dev/py3k/library/concurrent.futures.html#executor-objects

I've updated the title to reflect this.  There are other places in the stdlib affected by this, but they should be opened as separate issues if someone is having a problem with them.

----------
title: **kwargs unnecessarily restricted in API -> **kwargs unnecessarily restricted in concurrent.futures 'submit' API

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


More information about the Python-bugs-list mailing list