summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorKen <kenny2minecraft@gmail.com>2021-01-26 23:55:52 (GMT)
committerGitHub <noreply@github.com>2021-01-26 23:55:52 (GMT)
commit7a34380ad788886f5ad50d4175ceb2d5715b8cff (patch)
tree42800303219784df692b2da574a65e5700fa5557 /Doc
parent01faf4542a8652adfbd3b3f897ba718e8ce43f5e (diff)
downloadcpython-7a34380ad788886f5ad50d4175ceb2d5715b8cff.zip
cpython-7a34380ad788886f5ad50d4175ceb2d5715b8cff.tar.gz
cpython-7a34380ad788886f5ad50d4175ceb2d5715b8cff.tar.bz2
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/idle.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index a59a5d3..e7eaabd 100644
--- a/Doc/library/idle.rst
+++ b/Doc/library/idle.rst
@@ -250,7 +250,7 @@ View Last Restart
Scroll the shell window to the last Shell restart.
Restart Shell
- Restart the shell to clean the environment.
+ Restart the shell to clean the environment and reset display and exception handling.
Previous History
Cycle through earlier commands in history which match the current entry.