simplify

tests/for.py

23:929af7341cec
2006-07-23 paulb Made tests usable for annotation purposes.
     1 for a, b in range(c, d):     2     for i in range(a, b):     3         x = i     4     else:     5         x = y     6 else:     7     a = b