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 barry
Recipients barry, ezio.melotti
Date 2013-04-19.00:21:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20130418202146.22484233@anarchist>
In-reply-to <1366329702.67.0.181119159683.issue17792@psf.upfronthosting.co.za>
Content
On Apr 19, 2013, at 12:01 AM, Ezio Melotti wrote:

>
>Maybe we could raise a warning when the deleted name already exists in the
>local namespace?

Ideally, I think a SyntaxError if you could detect a previously bound name in
the namespace being used as an exception target.

-Barry
History
Date User Action Args
2013-04-19 00:21:50barrysetrecipients: + barry, ezio.melotti
2013-04-19 00:21:50barrylinkissue17792 messages
2013-04-19 00:21:50barrycreate