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 timofej
Recipients timofej
Date 2020-05-29.10:08:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590746912.78.0.622485430276.issue40813@roundup.psfhosted.org>
In-reply-to
Content
a SyntaxError must be look like:

File "main.py", line 7
    print("hello world"
                      ^
SyntaxError: unexpected EOF while parsing

but instead of this i'm get this:

File "main.py", line 3

                           ^
SyntaxError: unexpected EOF while parsing

It seems to me that this problem is only in windows.
History
Date User Action Args
2020-05-29 10:08:32timofejsetrecipients: + timofej
2020-05-29 10:08:32timofejsetmessageid: <1590746912.78.0.622485430276.issue40813@roundup.psfhosted.org>
2020-05-29 10:08:32timofejlinkissue40813 messages
2020-05-29 10:08:32timofejcreate