[New-bugs-announce] [issue2345] Using an exception variable outside an 'except' clause should raise a Py3K warning

Brett Cannon report at bugs.python.org
Mon Mar 17 19:29:09 CET 2008


New submission from Brett Cannon <brett at python.org>:

If one tries to use an exception bound to a variable in an 'except'
clause  it should raise a Py3K warning.

----------
components: Interpreter Core
keywords: 26backport
messages: 63708
nosy: brett.cannon
priority: immediate
severity: normal
status: open
title: Using an exception variable outside an 'except' clause should raise a Py3K warning
type: behavior
versions: Python 2.6

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


More information about the New-bugs-announce mailing list