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 scoder
Recipients ezio.melotti, scoder
Date 2010-03-13.07:45:07
SpamBayes Score 0.00021806404
Marked as misclassified No
Message-id <1268466309.71.0.742102170233.issue8130@psf.upfronthosting.co.za>
In-reply-to
Content
I knew that the variable was supposed to go out of scope when leaving the except block, but I wasn't aware that this was supposed to be done using (the equivalent of) a 'del'. Were the side-effects of deleting variables defined outside of the try-except considered negligible at the time? I can't see a warning about that in the docs.
History
Date User Action Args
2010-03-13 07:45:09scodersetrecipients: + scoder, ezio.melotti
2010-03-13 07:45:09scodersetmessageid: <1268466309.71.0.742102170233.issue8130@psf.upfronthosting.co.za>
2010-03-13 07:45:08scoderlinkissue8130 messages
2010-03-13 07:45:07scodercreate