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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20291>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to