diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-01-26 05:15:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 05:15:03 (GMT) |
commit | f8a805bde1ff4679c2824ced4a28437da61b1506 (patch) | |
tree | 31a14a582742ee9f8042a4ad0d8043a391b8e6e0 /Doc/whatsnew | |
parent | f9ff0bf515e0fa162889aca508e755cc65d85079 (diff) | |
download | cpython-f8a805bde1ff4679c2824ced4a28437da61b1506.zip cpython-f8a805bde1ff4679c2824ced4a28437da61b1506.tar.gz cpython-f8a805bde1ff4679c2824ced4a28437da61b1506.tar.bz2 |
bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)
(cherry picked from commit 7cf285d82ec722d4225297366013e924805171f2)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.9.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 0662adb..044cfc0 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -484,8 +484,22 @@ Najera in :issue:`38944`.) Added keywords to module name completion list. (Contributed by Terry J. Reedy in :issue:`37765`.) +New in 3.9 maintenance releases + +Make IDLE invoke :func:`sys.excepthook` (when started without '-n'). +User hooks were previously ignored. (Contributed by Ken Hilton in +:issue:`43008`.) + The changes above have been backported to 3.8 maintenance releases. +Rearrange the settings dialog. Split the General tab into Windows +and Shell/Ed tabs. Move help sources, which extend the Help menu, to the +Extensions tab. Make space for new options and shorten the dialog. The +latter makes the dialog better fit small screens. (Contributed by Terry Jan +Reedy in :issue:`40468`.) Move the indent space setting from the Font tab to +the new Windows tab. (Contributed by Mark Roseman and Terry Jan Reedy in +:issue:`33962`.) + imaplib ------- |