Sync with python-2.4 branch

This commit is contained in:
rocky
2017-11-27 22:23:04 -05:00
parent 4b4fce01f6
commit c0f1129a9d
2 changed files with 8 additions and 4 deletions

View File

@@ -48,6 +48,9 @@ class Python23Parser(Python24Parser):
expr ::= and2
and2 ::= _jump jmp_false COME_FROM expr COME_FROM
import_as ::= IMPORT_NAME load_attrs designator
load_attrs ::= LOAD_ATTR+
conditional ::= expr jmp_false expr JUMP_FORWARD expr COME_FROM
'''