This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients Mathias.Svensson, eric.snow
Date 2011-05-12.18:16:01
SpamBayes Score 0.031042796
Marked as misclassified No
Message-id <1305224162.27.0.367131579503.issue12064@psf.upfronthosting.co.za>
In-reply-to
Content
Duplicate of issue8130.

"When an exception has been assigned using as target, it is cleared at the end of the except clause." [1]

See: 
[1] http://docs.python.org/py3k/reference/compound_stmts.html#the-try-statement
[2] http://www.python.org/dev/peps/pep-3110/#semantic-changes (discussed in issue4617)
History
Date User Action Args
2011-05-12 18:16:02eric.snowsetrecipients: + eric.snow, Mathias.Svensson
2011-05-12 18:16:02eric.snowsetmessageid: <1305224162.27.0.367131579503.issue12064@psf.upfronthosting.co.za>
2011-05-12 18:16:01eric.snowlinkissue12064 messages
2011-05-12 18:16:01eric.snowcreate