1
0
forked from VimPlug/jedi

Grammar modifications so that the Python2.7 grammar looks more like the Python 3.4 grammar.

This commit is contained in:
Dave Halter
2015-01-13 01:05:13 +01:00
parent 09da6ec0d3
commit cc64265187
4 changed files with 11 additions and 8 deletions
+1
View File
@@ -109,6 +109,7 @@ class Parser(object):
'comp_for': pt.CompFor,
'decorator': pt.Decorator,
'lambdef': pt.Lambda,
'old_lambdef': pt.Lambda,
'lambdef_nocond': pt.Lambda,
}