Patch for conditional tuple

This commit is contained in:
Mysterie
2012-09-21 17:01:52 +02:00
parent c3a874220f
commit 8bd3244a64
32 changed files with 99 additions and 315 deletions

View File

@@ -1,13 +1,3 @@
"""
test_loops.py -- source test pattern for loops
This source is part of the decompyle test suite.
decompyle is a Python byte-code decompiler
See http://www.goebel-consult.de/decompyle/ for download and
for further information
"""
for i in range(10):
if i == 3:
continue