Files
python-uncompyle6/test/simple_source/stmts/06_for_break.py
rocky 261c60efd9 More 2.6.9 bugs fixed
* break loop parsing bug
* ifelsestmt semantic-action bug in handling else
2016-06-30 21:42:49 -04:00

12 lines
275 B
Python

# 2.6.9 _strptime.py
# In 2.6 bug in handling BREAK_LOOP followed by JUMP_BACK
# So added rule:
# break_stmt ::= BREAK_LOOP JUMP_BACK
for value in __file__:
if value:
if (value and __name__):
pass
else:
tz = 'a'
break