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
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_