[Python-3000] More wishful thinking
Gustavo Niemeyer
gustavo at niemeyer.net
Mon Apr 17 16:10:33 CEST 2006
> What I would like to be able to write is:
>
> def function( *args, option=False ):
> ...
(...)
For the same reasons, being able to do the equivalent when calling
any given function would be nice as well. e.g.
function(first, second, *args, something=True)
If something like this is implemented and accepted, it would be a
good candidate for 2.X.
--
Gustavo Niemeyer
http://niemeyer.net
More information about the Python-3000
mailing list