Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
simplify
Annotated tests/tryexcept.py
107:353f320afab7
64:4ba865697143
0:1eb049d8af39
2006-10-07
paulb
file
changeset
files
shortlog
Improved argument mismatch error.
paul@0
1
try
:
paul@0
2
x
=
y
paul@0
3
except
A
,
e
:
paul@0
4
a
=
b
paul@0
5
except
(
B
,
C
),
f
:
paul@0
6
a
=
c