Python critique
John Nagle
nagle at animats.com
Fri Dec 10 18:51:19 EST 2010
More information about the Python-list mailing list
Fri Dec 10 18:51:19 EST 2010
- Previous message (by thread): Python critique
- Next message (by thread): Python critique
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Python critique
- Next message (by thread): Python critique
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list