commit | acd46feff3c06d3f1d00ab850e530c519445a737 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Sep 28 05:35:23 2021 -0700 |
committer | GitHub <noreply@github.com> | Tue Sep 28 14:35:23 2021 +0200 |
tree | 12a9579754df7d9167a35e66185657b5131b39fb | |
parent | 38c67738c64304928c68d5c2bd78bbb01d979b94 [diff] |
bpo-45296: Fix exit/quit message on Windows (GH-28577) (GH-28600) IDLE recognizes Ctrl-D, as on other systems, instead of Ctrl-Z. (cherry picked from commit e649e0658ff2af87b07d994c05ae048e16e31aae) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>