From: Terry Jan Reedy Date: Sat, 13 May 2023 04:47:21 +0000 (-0400) Subject: [3.11] gh-99836: IDLE - update news.txt for 3.11+ (#104445) X-Git-Tag: v3.11.4~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=328b5dd8294f29f29c7cd84fbe5496f40ab050d0;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-99836: IDLE - update news.txt for 3.11+ (#104445) * gh-99836: IDLE 3.11 News.txt * gh-99836: IDLE - update news.txt for 3.11+ --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index e64e96f75e6c..987c9924ea92 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,9 +1,20 @@ +What's New in IDLE 3.11.z +(since 3.11.0) +Released after 2022-10-24 +========================= + + +gh-88496 Fix IDLE test hang on macOS. + +gh-103314 Support sys.last_exc after exceptions in Shell. +Patch by Irit Katriel. + + What's New in IDLE 3.11.0 (since 3.10.0) -Released on 2022-10-03 +Released on 2022-10-24 ========================= - gh-97527: Fix a bug in the previous bugfix that caused IDLE to not start when run with 3.10.8, 3.12.0a1, and at least Microsoft Python 3.10.2288.0 installed without the Lib/test package. 3.11.0 was never