Sean Wolfe added the comment:

Windows 7 patch test successful:


https://bugs.python.org/issue2704

* install python 2.7.8 fresh on W7
* check idle terminal functionality
--> should not show terminal changes from 2704:
- up arrows move cursor
- typing out of focus has no effect
- clicking above the prompt, then typing, does not move cursor to the prompt 
and begin typing


* install Terminal.py in idlelib
* apply PyShell.py.patch

* click out of focus and type
--> cursor returns to prompt + text appears
* backspace
--> backspace deletes text on prompt line

* press up arrow
--> cursor does not move up
--> bell sounds as there are no previous commands

* enter a few commands, then use up/down keys to navigate history
--> up and down browse through history

There seems to be a bell command in the history as I cycle through commands 
when I cross from earliest to latest.

----------

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

Reply via email to