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.

classification
Title: Erroneous Invalid Syntax Error
Type: behavior Stage: resolved
Components: None Versions: Python 2.5
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: ezio.melotti, indolering, pitrou
Priority: normal Keywords:

Created on 2010-04-22 17:42 by indolering, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg103973 - (view) Author: Zach Lym (indolering) Date: 2010-04-22 17:42
>>> I love you python
  File "<stdin>", line 1
    I love you python
         ^
SyntaxError: invalid syntax
>>>

There is nothing invalid about that!
msg103975 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2010-04-22 17:45
Except the report :)
msg103976 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-04-22 17:46
Surely you forgot to capitalize Python, not to mention the lack of punctuation.
History
Date User Action Args
2022-04-11 14:57:00adminsetgithub: 52746
2010-04-22 17:46:29pitrousetnosy: + pitrou
messages: + msg103976
2010-04-22 17:45:40ezio.melottisetstatus: open -> closed

type: compile error -> behavior

nosy: + ezio.melotti
messages: + msg103975
resolution: not a bug
stage: resolved
2010-04-22 17:42:42indoleringcreate