]> granicus.if.org Git - python/commit
Allow decorators and return annotations to be used together (fixes SF#1697248)
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 23 Apr 2007 11:05:01 +0000 (11:05 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 23 Apr 2007 11:05:01 +0000 (11:05 +0000)
commit71011e2c2b6511e14099d0a02d8c137bb22784ad
tree647b4874e1b4b0360b7f314038e7ffe3317c4e36
parent4138bfec0a189d180b7bcb89e7c8ce8a456a6b55
Allow decorators and return annotations to be used together (fixes SF#1697248)
Lib/test/test_grammar.py
Python/ast.c