[issue11399] python.exe -u fails to parse input to the interactive interpreter

Santoso Wijaya report at bugs.python.org
Fri Mar 4 20:00:08 CET 2011


New submission from Santoso Wijaya <santoso.wijaya at gmail.com>:

Observe:

C:\Users\santa>C:\Python27\python.exe -u
Python 2.7.1 (r271:86832, Nov 27 2010, 17:19:03) [MSC v.1500 64 bit (AMD64)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> print 'Hello world'
  File "<stdin>", line 1
    print 'Hello world'
                       ^
SyntaxError: invalid syntax
>>>

----------
components: Windows
messages: 130068
nosy: santa4nt
priority: normal
severity: normal
status: open
title: python.exe -u fails to parse input to the interactive interpreter
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11399>
_______________________________________


More information about the Python-bugs-list mailing list