Back off 3.5 control flow for now

This commit is contained in:
rocky
2017-12-07 15:25:32 -05:00
parent ef08677287
commit 41bfa3fc01
3 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
# Bug in 3.5 cmd.py
# Bug is "while and" not getting handled properly
i, n = 0, 5
while i < n and __file__ in (1,2): i += 1