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 Mathias.Svensson
Recipients Mathias.Svensson
Date 2011-05-12.17:52:55
SpamBayes Score 0.0013933621
Marked as misclassified No
Message-id <1305222776.86.0.399982942497.issue12064@psf.upfronthosting.co.za>
In-reply-to
Content
Current behavior:
In the very simple attached example an existing variable-name is used as the target in the except-part of a try-statement. The existing variable is deleted if an exception is throw.

Excepted behavior:
The only reasonable behaviors are keeping the original variable or keeping the exception. The current behavior is very unintuitive.
History
Date User Action Args
2011-05-12 17:52:56Mathias.Svenssonsetrecipients: + Mathias.Svensson
2011-05-12 17:52:56Mathias.Svenssonsetmessageid: <1305222776.86.0.399982942497.issue12064@psf.upfronthosting.co.za>
2011-05-12 17:52:56Mathias.Svenssonlinkissue12064 messages
2011-05-12 17:52:56Mathias.Svenssoncreate