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 georg.brandl
Recipients Glin, georg.brandl
Date 2009-04-01.15:51:10
SpamBayes Score 8.706687e-05
Marked as misclassified No
Message-id <1238601071.72.0.761490043806.issue5641@psf.upfronthosting.co.za>
In-reply-to
Content
This is not a question of "correct" behavior, but of documented
semantics.  We can't change that semantics in 2.x, like we did for 3.x,
because many people rely on the exception variable being available after
the except clause finishes.

Closing as "won't fix."
History
Date User Action Args
2009-04-01 15:51:11georg.brandlsetrecipients: + georg.brandl, Glin
2009-04-01 15:51:11georg.brandlsetmessageid: <1238601071.72.0.761490043806.issue5641@psf.upfronthosting.co.za>
2009-04-01 15:51:10georg.brandllinkissue5641 messages
2009-04-01 15:51:10georg.brandlcreate