Allow decorators and return annotations to be used together (fixes SF#1697248)
commitc900909c01202a24ec58228d8ca60f39f2c3badb
authornick.coghlan <nick.coghlan@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 23 Apr 2007 11:05:01 +0000 (23 11:05 +0000)
committernick.coghlan <nick.coghlan@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 23 Apr 2007 11:05:01 +0000 (23 11:05 +0000)
tree2133854ff09301882d1e10ab0a8cbb69e9982f5d
parenta4b386783c349019abbf7d2ad81af9ea417dc771
Allow decorators and return annotations to be used together (fixes SF#1697248)

git-svn-id: http://svn.python.org/projects/python/branches/p3yk@54926 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_grammar.py
Python/ast.c