[issue10918] **kwargs unnecessarily restricted in API

Brian Quinlan report at bugs.python.org
Mon Jan 17 10:59:35 CET 2011


Brian Quinlan <brian at sweetapp.com> added the comment:

Arian,

This seems like such an unimportant edge case that I don't want to mess with the API just to accommodate it.

If you really need to pass an "fn" keyword argument, use:

.submit(foo, 1, 2, **{'fn': bar})

----------
resolution:  -> wont fix
status: open -> closed

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


More information about the Python-bugs-list mailing list