[issue5106] Update Naming & Binding statement for 3.0

2009-01-30 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r69132. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue5106] Update Naming & Binding statement for 3.0

2009-01-29 Thread Terry J. Reedy
New submission from Terry J. Reedy : Language / Execution Model / Naming & Binding just before example that does not work, class A: a = 42 b = list(a + i for i in range(10)) says : "The scope of names defined in a class block is limited to the class block; it does not extend to the co