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 luch
Recipients luch
Date 2011-02-02.11:18:54
SpamBayes Score 7.525425e-12
Marked as misclassified No
Message-id <1296645535.22.0.821023606978.issue11098@psf.upfronthosting.co.za>
In-reply-to
Content
Interactive python -u produces syntax error in win2k:
> python -u
Python 2.7.1 (r271:86832, Nov 27 2010, 18:30:46) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> 1+1
  File "<stdin>", line 1
    1+1
       ^
SyntaxError: invalid syntax
>>> import sys
  File "<stdin>", line 1
    import sys
              ^
SyntaxError: invalid syntax
>>>

Tried Python 2.5.4, 2.7.1 and 3.1.2 on the same win2k machine.

The problem does not exist under mac os x 10.5 and freebsd 8.1.
History
Date User Action Args
2011-02-02 11:18:55luchsetrecipients: + luch
2011-02-02 11:18:55luchsetmessageid: <1296645535.22.0.821023606978.issue11098@psf.upfronthosting.co.za>
2011-02-02 11:18:54luchlinkissue11098 messages
2011-02-02 11:18:54luchcreate