Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
simplify
tests/tryexcept.py
107:353f320afab7
14:7c40ee4eea88
0:1eb049d8af39
2006-07-15
paulb
raw
annotate
files
changeset
graph
Split up the original test.
1
try
:
2
x
=
y
3
except
A
,
e
:
4
a
=
b
5
except
(
B
,
C
),
f
:
6
a
=
c