Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
simplify
tests/for.py
106:050007f75804
76:f22392f365a6
0:1eb049d8af39
2006-10-10
paulb
raw
annotate
files
changeset
graph
Fixed locals absence test.
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