[issue14696] parser module doesn't support nonlocal statement

2012-04-29 Thread Mark Dickinson
Changes by Mark Dickinson : -- assignee: -> mark.dickinson components: +Library (Lib) resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue14696] parser module doesn't support nonlocal statement

2012-04-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset b7e491b9094f by Mark Dickinson in branch '3.2': Issue #14696: Fix parser module to understand 'nonlocal' declarations. http://hg.python.org/cpython/rev/b7e491b9094f New changeset 5acddc7c666d by Mark Dickinson in branch 'default': Issue #14696: Mer

[issue14696] parser module doesn't support nonlocal statement

2012-04-29 Thread Mark Dickinson
Changes by Mark Dickinson : Removed file: http://bugs.python.org/file25411/parser_nonlocal.patch ___ Python tracker ___ ___ Python-bugs-list m

[issue14696] parser module doesn't support nonlocal statement

2012-04-29 Thread Mark Dickinson
Mark Dickinson added the comment: Better test: the nonlocal statements should be in a nested scope. -- Added file: http://bugs.python.org/file25412/parser_nonlocal.patch ___ Python tracker ___

[issue14696] parser module doesn't support nonlocal statement

2012-04-29 Thread Mark Dickinson
New submission from Mark Dickinson : Here's a patch. -- files: parser_nonlocal.patch keywords: patch messages: 159651 nosy: mark.dickinson priority: normal severity: normal stage: patch review status: open title: parser module doesn't support nonlocal statement type: behavior versions: P