Object's nesting scope

zaur szport at gmail.com
Wed Aug 26 08:51:20 EDT 2009


Hi folk!

What do you think about idea of "object's nesting scope" in python?

Let's imaging this feature, for example, in this syntax:

obj=<expression>:
     <body>

or

<expression>:
   <body>

That's means that result object of <expression> evaluation is used as
nested scope for <body> evaluation.

So is this idea useful?

Zaur



More information about the Python-list mailing list