fixed error detection on misplaced default except: clause
authorStefan Behnel <scoder@users.berlios.de>
Wed, 3 Sep 2008 11:24:52 +0000 (13:24 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 3 Sep 2008 11:24:52 +0000 (13:24 +0200)
commitb970aadc0c52ae0485d56e9eb67c219c8f6d7f13
tree57ef7d4a351a42c0819de897227d0e2e25e7f970
parentc43d5cd08a1aabf9143198f1554ed834840d057b
fixed error detection on misplaced default except: clause
Cython/Compiler/Nodes.py
tests/errors/e_exceptclause.pyx [new file with mode: 0644]