[New-bugs-announce] [issue20291] Argument Clinic should understand *args and **kwargs parameters

Larry Hastings report at bugs.python.org
Sat Jan 18 02:55:25 CET 2014


New submission from Larry Hastings:

Argument Clinic currently prevents the "impl" function from ever seeing the "args" tuple or the "kwargs" dict.  There should be a way to ask it to pass those values in to the "impl" function.

----------
assignee: larry
messages: 208380
nosy: larry, meador.inge
priority: normal
severity: normal
stage: needs patch
status: open
title: Argument Clinic should understand *args and **kwargs parameters
type: behavior
versions: Python 3.4

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


More information about the New-bugs-announce mailing list