Message242991
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. |
|
Date |
User |
Action |
Args |
2015-05-12 19:11:47 | Sean.Wolfe | set | recipients:
+ Sean.Wolfe, terry.reedy, kbk, cben, ajaksu2, gpolo, bmiller, roger.serwy, Todd.Rovito, Ramchandra Apte, Al.Sweigart, Sarah, philwebster |
2015-05-12 19:11:47 | Sean.Wolfe | set | messageid: <1431457907.61.0.408292776141.issue2704@psf.upfronthosting.co.za> |
2015-05-12 19:11:47 | Sean.Wolfe | link | issue2704 messages |
2015-05-12 19:11:47 | Sean.Wolfe | create | |
|