Terry J. Reedy added the comment:

I checked and Idle does not color code the prompt. In 2.7, it only color-codes 
the response to input(prompt), which is eval-ed as Python code, but not the 
response to raw_input(prompt). (In 2.7, the code and input displayed raises 
SyntaxError.) So the bug in 3.3 and 3.4 is that 3.3 input is being treated like 
2.7 input rather than like 2.7 raw_input.

I suspect that we just need to find and delete the code that detects 'input()' 
and triggers highlighting.

----------
nosy: +terry.reedy
type:  -> behavior
versions: +Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19808>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to