mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
3 lines
196 B
ReStructuredText
3 lines
196 B
ReStructuredText
Improve :exc:`SyntaxError` message for imports without names, like in
|
|
``from x import`` and ``import`` cases. It now points
|
|
out to users that :keyword:`import` expects at least one name after it.
|