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 fresh
Recipients
Date 2003-03-21.15:52:24
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
C:\>python -i -u
Python 2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for
more information.
>>> print 1
  File "<stdin>", line 1
    print 1
           ^
SyntaxError: invalid syntax
>>>

...and this behaviour continues, no mater what
statement you enter.
History
Date User Action Args
2007-08-23 14:12:01adminlinkissue707576 messages
2007-08-23 14:12:01admincreate