diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2021-09-28 12:05:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 12:05:56 (GMT) |
commit | e649e0658ff2af87b07d994c05ae048e16e31aae (patch) | |
tree | 12a9c2cbe89c4ff2789dc92f3aaaa3568a486e88 /Misc/NEWS.d/next | |
parent | a47d67cf46626d8dbd66a81ee7b5f1568afc0521 (diff) | |
download | cpython-e649e0658ff2af87b07d994c05ae048e16e31aae.zip cpython-e649e0658ff2af87b07d994c05ae048e16e31aae.tar.gz cpython-e649e0658ff2af87b07d994c05ae048e16e31aae.tar.bz2 |
bpo-45296: Fix exit/quit message on Windows (GH-28577)
IDLE recognizes Ctrl-D, as on other systems, instead of Ctrl-Z.
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2021-09-27-01-21-59.bpo-45296.9H8rdY.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2021-09-27-01-21-59.bpo-45296.9H8rdY.rst b/Misc/NEWS.d/next/IDLE/2021-09-27-01-21-59.bpo-45296.9H8rdY.rst new file mode 100644 index 0000000..52bade1 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2021-09-27-01-21-59.bpo-45296.9H8rdY.rst @@ -0,0 +1,2 @@ +On Windows, change exit/quit message to suggest Ctrl-D, which works, instead +of <Ctrl-Z Return>, which does not work in IDLE. |