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 terry.reedy
Recipients iritkatriel, remi.lapeyre, terry.reedy, timofej, zach.ware
Date 2021-03-22.22:51:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616453463.56.0.0465447115548.issue40813@roundup.psfhosted.org>
In-reply-to
Content
Whatever the situation was last May, current 3.10 now results in a correct and improved traceback ending in

  File "F:\Python\a\tem4.py", line 2
    print("hello world"
         ^
SyntaxError: '(' was never closed

Same if \n or additional text is added to the file without closing ')'.
History
Date User Action Args
2021-03-22 22:51:03terry.reedysetrecipients: + terry.reedy, zach.ware, remi.lapeyre, iritkatriel, timofej
2021-03-22 22:51:03terry.reedysetmessageid: <1616453463.56.0.0465447115548.issue40813@roundup.psfhosted.org>
2021-03-22 22:51:03terry.reedylinkissue40813 messages
2021-03-22 22:51:03terry.reedycreate