[Python-Dev] I want my sugar...

Benjamin Peterson benjamin at python.org
Sun Jan 16 18:54:15 CET 2011


2011/1/16 Peter Hall <bisfik at yahoo.com>:
> I am a newbie to python, and am curious why the following syntax is not
> supported:
>
> # Boolean test on x...
> if (x = someFunc(...)):
>     # Do something with x...
>
> I've found it convenient in perl.
>
> Is the syntax actually supported, and I'm ignorant?
> Is the usage considered 'unPythonic'?
> Can you point me to any existing discussion of the issue (it must have come up
> before?)?

See python-ideas.



-- 
Regards,
Benjamin


More information about the Python-Dev mailing list