We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098aa8d commit 5435c4fCopy full SHA for 5435c4f
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2025-09-15-13-06-11.gh-issue-138944.PeCgLb.rst
@@ -0,0 +1,3 @@
1
+Fix :exc:`SyntaxError` message when invalid syntax appears on the same line
2
+as a valid ``import ... as ...`` or ``from ... import ... as ...``
3
+statement. Patch by Brian Schubert.
0 commit comments