[Python-3000-checkins] r54925 - in python/branches/p3yk: Lib/test/test_syntax.py Python/symtable.c

2007-04-23 Thread nick.coghlan
Author: nick.coghlan Date: Mon Apr 23 12:14:27 2007 New Revision: 54925 Modified: python/branches/p3yk/Lib/test/test_syntax.py python/branches/p3yk/Python/symtable.c Log: Don't crash when nonlocal is used at module level (fixes SF#1705365) Modified: python/branches/p3yk/Lib/test/test_syntax

[Python-3000-checkins] r54926 - in python/branches/p3yk: Lib/test/test_grammar.py Python/ast.c

2007-04-23 Thread nick.coghlan
Author: nick.coghlan Date: Mon Apr 23 13:05:01 2007 New Revision: 54926 Modified: python/branches/p3yk/Lib/test/test_grammar.py python/branches/p3yk/Python/ast.c Log: Allow decorators and return annotations to be used together (fixes SF#1697248) Modified: python/branches/p3yk/Lib/test/test_