[issue5469] Reference paragraph about the constructs that bind names needs updating for Python 3

2009-03-10 Thread Mitchell Model
New submission from Mitchell Model : In the Python Language Reference, in the Naming and binding section of Execution Model, there is a paragraph that states: The following constructs bind names: formal parameters to functions, import statements, class and function definitions (these bind the

[issue5469] Reference paragraph about the constructs that bind names needs updating for Python 3

2009-03-15 Thread Georg Brandl
Georg Brandl added the comment: Fixed in trunk in r70397 and 3k in r70398. -- resolution: -> fixed status: open -> closed ___ Python tracker ___