On Mon, Mar 18, 2013 at 8:50 AM, Neal Becker <[email protected]> wrote:
> def F(x):
>     return x
>
> x = 2
> F(x) = 3
>
>     F(x) = 3
> SyntaxError: can't assign to function call
>
> Do we really need this restriction?  There do exist other languages without 
> it.

I think this belongs on python-ideas before launching into discussions
of syntax and semantics on python-dev.

Skip
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to