[issue1909] Backport: Mixing default keyword arguments with *args

Raymond Hettinger report at bugs.python.org
Tue Jan 22 21:04:33 CET 2008


New submission from Raymond Hettinger:

Need to backport Py3.0's functionality so that the following is valid
syntax:

   def f(a, *args, v=None):
       . . .

----------
assignee: tiran
components: Interpreter Core
messages: 61530
nosy: rhettinger, tiran
severity: normal
status: open
title: Backport: Mixing default keyword arguments with *args
versions: Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1909>
__________________________________


More information about the Python-bugs-list mailing list