DRY Python3 grammar

This commit is contained in:
rocky
2016-11-22 19:59:19 -05:00
parent f8917aaf88
commit 4fcb385dc0
5 changed files with 0 additions and 14 deletions

View File

@@ -376,9 +376,7 @@ class Python3Parser(PythonParser):
# Python 3.4+
expr ::= LOAD_CLASSDEREF
binary_subscr2 ::= expr expr DUP_TOP_TWO BINARY_SUBSCR
# Python3 drops slice0..slice3
'''
@staticmethod