-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
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
Right now it shows:
>>> import a as b.c
File "<unknown>", line 1
import a as b.c
^
SyntaxError: invalid syntax
Proposed message:
>>> import a as b.c
File "<unknown>", line 1
import a as b.c
^^^
SyntaxError: cannot use import statement with attribute
Refs #123440
I have a PR ready.
Linked PRs
nineteendo
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