Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
simplify
tests/tryexcept.py
107:353f320afab7
23:929af7341cec
0:1eb049d8af39
2006-07-23
paulb
raw
annotate
files
changeset
graph
Made tests usable for annotation purposes.
1
try
:
2
x
=
y
3
except
A
,
e
:
4
a
=
b
5
except
(
B
,
C
),
f
:
6
a
=
c