-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)topic-parsertype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
#133999 gave me an idea. Right now it is:

I suggest making it something similar to:
>>> raise from ValueError
File "<python-input-1>", line 1
raise from ValueError
^^^^
SyntaxError: invalid syntax, maybe you forgot an exception after `raise` keyword?
Wording is not the best at the moment, but we will figure it out :)
Linked PRs
donBarbos, sergey-miryanov, Mr-Sunglasses and efimov-mikhail
Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)topic-parsertype-featureA feature request or enhancementA feature request or enhancement