Message160117
Using ^Z (ascii Substitute char) instead of ^D (ascii 'End of Transmission') is an MSDOS affectation carried over to the the MSDOS-based text-mode Command Prompt on Windows.
I verified that ^D now closes IDLE on Windows. ^Z gives a beep.
(I do not know about 2.7. It needs to be checked.)
I also see that the IDLE Help document still says
"Control-d sends end-of-file; closes window if typed at >>> prompt
(this is Control-z on Windows)." so you are right to be confused.
I do not know when the change was made, but I presume it was intentional as ^D is standard and most Windows users have no experience with MSDOS and ^Z. (It does not close Windows gui applications that I know of, nor does ^D usually.) So my inclination is to just remove the note (after checking 2.7.3 behavior) and not change the code. |
|
Date |
User |
Action |
Args |
2012-05-07 04:12:40 | terry.reedy | set | recipients:
+ terry.reedy, roger.serwy, r.david.murray |
2012-05-07 04:12:40 | terry.reedy | set | messageid: <1336363960.46.0.0455058378244.issue14735@psf.upfronthosting.co.za> |
2012-05-07 04:12:39 | terry.reedy | link | issue14735 messages |
2012-05-07 04:12:39 | terry.reedy | create | |
|