summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-01-27 03:41:13 (GMT)
committerGitHub <noreply@github.com>2022-01-27 03:41:13 (GMT)
commitbc7d96ee332c8a575a453ec81367f2ad499f57d3 (patch)
tree9db8d5f583a987dda9bcec59639dbd6cd99a4a5f /Doc/library
parentdafada393f9a790461430e2493ea1379e938b51a (diff)
downloadcpython-bc7d96ee332c8a575a453ec81367f2ad499f57d3.zip
cpython-bc7d96ee332c8a575a453ec81367f2ad499f57d3.tar.gz
cpython-bc7d96ee332c8a575a453ec81367f2ad499f57d3.tar.bz2
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)
In the File menu, 'Close' and 'Exit' are now 'Close Window' (the current one) and 'Exit' is now 'Exit IDLE' (by closing all windows). In Shell, 'quit()' and 'exit()' mean 'close Shell'. If there are no other windows, this also exits IDLE. (cherry picked from commit fcde0bc10ddd836b62d0a8e893d80b8c55e0ba3f) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/idle.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index 4fa4f1e..b8febb9 100644
--- a/Doc/library/idle.rst
+++ b/Doc/library/idle.rst
@@ -96,11 +96,13 @@ Save Copy As...
Print Window
Print the current window to the default printer.
-Close
- Close the current window (ask to save if unsaved).
+Close Window
+ Close the current window (if an unsaved editor, ask to save; if an unsaved
+ Shell, ask to quit execution). Calling ``exit()`` or ``close()`` in the Shell
+ window also closes Shell. If this is the only window, also exit IDLE.
-Exit
- Close all windows and quit IDLE (ask to save unsaved windows).
+Exit IDLE
+ Close all windows and quit IDLE (ask to save unsaved edit windows).
Edit menu (Shell and Editor)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^