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 gvanrossum
Recipients Damien George, barry, emilyemorehouse, gvanrossum, ncoghlan, serhiy.storchaka
Date 2019-08-06.01:53:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565056387.0.0.432378673293.issue37757@roundup.psfhosted.org>
In-reply-to
Content
But we don't do that with any of the other (many) errors detected by later passes of the compiler. Those report dozens of SyntaxErrors, with good descriptive messages. Users can search the web for those messages too.

Also, I doubt that many people will ever get a TargetScopeError. The examples are all esoteric -- yes, the compiler needs to reject them, but no, they are not things one is likely to try intentionally. (The exception may be the forbidden form you're adding, [... for ... in (i := ...)].)
History
Date User Action Args
2019-08-06 01:53:07gvanrossumsetrecipients: + gvanrossum, barry, ncoghlan, serhiy.storchaka, Damien George, emilyemorehouse
2019-08-06 01:53:07gvanrossumsetmessageid: <1565056387.0.0.432378673293.issue37757@roundup.psfhosted.org>
2019-08-06 01:53:06gvanrossumlinkissue37757 messages
2019-08-06 01:53:06gvanrossumcreate