[New-bugs-announce] [issue19808] IDLE applys syntax highlighting to user input in its shell

Peter Otten report at bugs.python.org
Wed Nov 27 09:42:42 CET 2013


New submission from Peter Otten:

For example when you type

>>> input("What shall I do? ")
Run for your life!

in its shell window IDLE shows the 'for' as if it were a keyword. The same happens if you run a script that requires user interaction.

----------
components: IDLE
messages: 204566
nosy: peter.otten
priority: normal
severity: normal
status: open
title: IDLE applys syntax highlighting to user input in its shell

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


More information about the New-bugs-announce mailing list