10000 bpo-43008: Make IDLE respect sys.excepthook by Kenny2github · Pull Request #24302 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-43008: Make IDLE respect sys.excepthook #24302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jan 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update IDLE Restart Shell docs to say...
..." and reset display and exception handling".
  • Loading branch information
Kenny2github authored Jan 23, 2021
commit 237be53df18700daf30635cb6b65c33a26f550e2
2 changes: 1 addition & 1 deletion Doc/library/idle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
0