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 r.david.murray
Recipients benjamin.peterson, martin.panter, r.david.murray, whitequark, yselivanov
Date 2015-05-29.11:55:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432900517.11.0.598030263461.issue24321@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, if you replace the except clause with a 'del x', you get the same UnboundLocalError.  This is working as designed.
History
Date User Action Args
2015-05-29 11:55:17r.david.murraysetrecipients: + r.david.murray, benjamin.peterson, martin.panter, yselivanov, whitequark
2015-05-29 11:55:17r.david.murraysetmessageid: <1432900517.11.0.598030263461.issue24321@psf.upfronthosting.co.za>
2015-05-29 11:55:17r.david.murraylinkissue24321 messages
2015-05-29 11:55:17r.david.murraycreate