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 Damien George, barry, emilyemorehouse, gvanrossum, ncoghlan, serhiy.storchaka
Date 2019-08-05.17:11:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565025092.72.0.562033569699.issue37757@roundup.psfhosted.org>
In-reply-to
Content
I know the PEP defines TargetScopeError as a subclass of SyntaxError, but it doesn't really explain why a subclass is necessary.  I think seeing "TargetScopeError" will be a head scratcher.  Why not just SyntaxError without introducing a new exception?
History
Date User Action Args
2019-08-05 17:11:32barrysetrecipients: + barry, gvanrossum, ncoghlan, serhiy.storchaka, Damien George, emilyemorehouse
2019-08-05 17:11:32barrysetmessageid: <1565025092.72.0.562033569699.issue37757@roundup.psfhosted.org>
2019-08-05 17:11:32barrylinkissue37757 messages
2019-08-05 17:11:32barrycreate