Message 187319 - Python tracker (original) (raw)
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