timofej added the comment:
About of numbers of line. I tested on different files and i forget change
number of line.
--
___
Python tracker
<https://bugs.python.org/issue40
timofej added the comment:
here attached file with SyntaxError
--
Added file: https://bugs.python.org/file49201/main.py
___
Python tracker
<https://bugs.python.org/issue40
New submission from timofej :
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