Merged revisions 82160 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r82160 | benjamin.peterson | 2010-06-22 14:45:51 -0500 (Tue, 22 Jun 2010) | 1 line spacing nit; this isn't C ........
This commit is contained in:
parent
0820e93251
commit
60995fbdc5
|
@ -17,7 +17,7 @@ module Python version "$Revision$"
|
|||
expr? starargs,
|
||||
expr? kwargs,
|
||||
stmt* body,
|
||||
expr *decorator_list)
|
||||
expr* decorator_list)
|
||||
| Return(expr? value)
|
||||
|
||||
| Delete(expr* targets)
|
||||
|
|
Loading…
Reference in New Issue