[New-bugs-announce] [issue16875] in 3.3.0 windows 64 idle editor

Glenn report at bugs.python.org
Sun Jan 6 03:49:22 CET 2013


New submission from Glenn:

when in the Idle editor this line command does not work:
>>> print "Hello World!"

does not work it says it is a syntax error but 

>>> x="Hello World!"
>>> x
produces this
'Hello World!'

----------
components: IDLE
messages: 179164
nosy: pargo
priority: normal
severity: normal
status: open
title: in 3.3.0 windows 64 idle editor
type: behavior
versions: Python 3.3

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


More information about the New-bugs-announce mailing list