function arguments *args and **kwargs

Bug #603932 reported by Eike
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Freeode
New
Wishlist
Unassigned

Bug Description

Implement support for *args and **kwargs in the interpreter.Signature object.

Having support for *args and **kwargs would make the language more flexible.
Especially keyword only arguments (foo(*args, bar=1, baz=2) which exist only in Python 3) would be nice.

Maybe use Python's own implementation somehow?
This feature might be only implemented in the distant future when Siml switches to Python 3.

https://sourceforge.net/apps/trac/freeode/ticket/34

Eike (eike-welk)
Changed in freeode:
importance: Undecided → Wishlist
Eike (eike-welk)
description: updated
Eike (eike-welk)
Changed in freeode:
milestone: none → 0.4.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.