This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Sean.Wolfe
Recipients Al.Sweigart, Ramchandra Apte, Sarah, Sean.Wolfe, Todd.Rovito, ajaksu2, bmiller, cben, gpolo, kbk, philwebster, roger.serwy, terry.reedy
Date 2015-05-12.19:11:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431457907.61.0.408292776141.issue2704@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-05-12 19:11:47Sean.Wolfesetrecipients: + Sean.Wolfe, terry.reedy, kbk, cben, ajaksu2, gpolo, bmiller, roger.serwy, Todd.Rovito, Ramchandra Apte, Al.Sweigart, Sarah, philwebster
2015-05-12 19:11:47Sean.Wolfesetmessageid: <1431457907.61.0.408292776141.issue2704@psf.upfronthosting.co.za>
2015-05-12 19:11:47Sean.Wolfelinkissue2704 messages
2015-05-12 19:11:47Sean.Wolfecreate