]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Only catch NameError and TypeError when attempting to subclass an
authorFred Drake <fdrake@acm.org>
Fri, 11 May 2001 19:40:10 +0000 (19:40 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 11 May 2001 19:40:10 +0000 (19:40 +0000)
commita2133339ff2e2e4d66b491f9d023976eadfdb8df
tree054483a392c8bb8f9175855cf7b41f21f4504072
parent6f6a14f888a80d97c846cd777a452c45acfc9fdc
Only catch NameError and TypeError when attempting to subclass an
exception (for compatibility with old versions of Python).
Tools/webchecker/wsgui.py