]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45296: Fix exit/quit message on Windows (GH-28577)
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 28 Sep 2021 12:05:56 +0000 (08:05 -0400)
committerGitHub <noreply@github.com>
Tue, 28 Sep 2021 12:05:56 +0000 (14:05 +0200)
commite649e0658ff2af87b07d994c05ae048e16e31aae
tree12a9c2cbe89c4ff2789dc92f3aaaa3568a486e88
parenta47d67cf46626d8dbd66a81ee7b5f1568afc0521
bpo-45296: Fix exit/quit message on Windows (GH-28577)

IDLE recognizes Ctrl-D, as on other systems, instead of Ctrl-Z.
Lib/idlelib/pyshell.py
Lib/idlelib/run.py
Misc/NEWS.d/next/IDLE/2021-09-27-01-21-59.bpo-45296.9H8rdY.rst [new file with mode: 0644]