2.3- import statement fixes

This commit is contained in:
rocky
2017-11-27 22:16:36 -05:00
parent 9062f19a97
commit 2e192f0467

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
'''