What about letting x.( ... ? ... ) be equivalent to ( ... x ... )

Fredrik Lundh fredrik at pythonware.com
Sun Oct 9 03:02:30 EDT 2005


ddelay at club-internet.fr wrote:

> These 3 intermediate variables used to improve readability
> can introduce bugs : you have to check that b, c and d are
> not used anywhere else in the code.

if you have a fear of introducing new local variables, you have problems
that cannot be solved by syntax.

</F>






More information about the Python-list mailing list