Python critique

John Nagle nagle at animats.com
Fri Dec 10 18:51:19 EST 2010


On 12/10/2010 3:25 PM, Stefan Behnel wrote:
> Benjamin Kaplan, 11.12.2010 00:13:
>> On Fri, Dec 10, 2010 at 5:46 PM, Octavian Rasnita wrote:

>> The only scopes Python has are module and function.

    There's more.  Both a lambda, and in Python 3.x,
list comprehensions, introduce a new scope.

			John Nagle



More information about the Python-list mailing list