[Python-ideas] About calling syntax

Bruce Frederiksen dangyogi at gmail.com
Tue Sep 9 19:25:45 CEST 2008


Leif Walsh wrote:
> 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/
>   
I don't think so.  This PEP does not affect the syntax for calling a 
function.



More information about the Python-ideas mailing list