[issue40813] Output SyntaxError is not defective

2020-05-29 Thread timofej
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

[issue40813] Output SyntaxError is not defective

2020-05-29 Thread timofej
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

[issue40813] Output SyntaxError is not defective

2020-05-29 Thread timofej
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