third_party.pylibs.pylint.src/test/messages/func_w0705.txt
root 4becf6f9e5 forget the past.
forget the past.
2006-04-26 10:48:09 +00:00

5 lines
406 B
Plaintext

E: 10: Bad except clauses order (Exception is an ancestor class of TypeError)
E: 17: Bad except clauses order (LookupError is an ancestor class of IndexError)
E: 24: Bad except clauses order (LookupError is an ancestor class of IndexError)
E: 24: Bad except clauses order (NameError is an ancestor class of UnboundLocalError)
E: 27: Bad except clauses order (empty except clause should always appears last)