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-06.22:58:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565132295.11.0.710194423988.issue37757@roundup.psfhosted.org>
In-reply-to
Content
> OTOH This would require a PEP change, formal review, etc.

It would be trivial though.  There are only two references to TargetScopeError in the PEP.  One talks about adding the exception and the other just mentions it almost in passing as a subclass of SyntaxError.

I think it would be better to just use SyntaxError.
History
Date User Action Args
2019-08-06 22:58:15barrysetrecipients: + barry, gvanrossum, ncoghlan, serhiy.storchaka, Damien George, emilyemorehouse
2019-08-06 22:58:15barrysetmessageid: <1565132295.11.0.710194423988.issue37757@roundup.psfhosted.org>
2019-08-06 22:58:15barrylinkissue37757 messages
2019-08-06 22:58:15barrycreate