diff options
author | Ken <kenny2minecraft@gmail.com> | 2021-01-27 07:55:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-26 18:55:52 -0500 |
commit | 7a34380ad788886f5ad50d4175ceb2d5715b8cff (patch) | |
tree | 42800303219784df692b2da574a65e5700fa5557 /Doc | |
parent | bpo-38250: [Enum] only include .rst test if file available (GH-24342) (diff) | |
download | cpython-7a34380ad788886f5ad50d4175ceb2d5715b8cff.tar.gz cpython-7a34380ad788886f5ad50d4175ceb2d5715b8cff.tar.bz2 cpython-7a34380ad788886f5ad50d4175ceb2d5715b8cff.zip |
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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index a59a5d3a465..e7eaabd8bfa 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. |