[New-bugs-announce] [issue2371] Patch for catching exceptions that do not inherit from BaseException

Taek Joo Kim report at bugs.python.org
Mon Mar 17 21:35:49 CET 2008


New submission from Taek Joo Kim <taicki at gmail.com>:

With this patch it prints warning message for catching exceptions that
don't inherit from BaseException when -3 flag is used.

----------
components: Interpreter Core
files: catchexc.patch
keywords: patch
messages: 63761
nosy: taicki
severity: normal
status: open
title: Patch for catching exceptions that do not inherit from BaseException
versions: Python 2.6
Added file: http://bugs.python.org/file9701/catchexc.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2371>
__________________________________


More information about the New-bugs-announce mailing list