[Python-ideas] About calling syntax

Leif Walsh leif.walsh at gmail.com
Tue Sep 9 17:32:05 CEST 2008


On Tue, Sep 9, 2008 at 11:16 AM, Zaur Shibzoukhov <szport at gmail.com> wrote:
> Would be desirable to allow two equivalent forms of calling syntax in python:
>
> <caller>(<positional_arguments>, <keyword_arguments>)
>
> and
>
> <caller>(<keyword_arguments>, <positional_arguments>)
>
> ?

I think you are talking about PEP 3102: http://www.python.org/dev/peps/pep-3102/

-- 
Cheers,
Leif



More information about the Python-ideas mailing list