]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-129876: Update IDLE News3.txt to May 2025 (#135139)
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 4 Jun 2025 15:26:19 +0000 (11:26 -0400)
committerGitHub <noreply@github.com>
Wed, 4 Jun 2025 15:26:19 +0000 (11:26 -0400)
Lib/idlelib/News3.txt

index 74d84b3893125a23231f3485f5c45b951b5380f8..30784578cc637fc74bc16b9340a3578486e42f81 100644 (file)
@@ -4,6 +4,13 @@ Released on 2025-10-07
 =========================
 
 
+gh-112936: IDLE - Include Shell menu in single-process mode,
+though with Restart Shell and View Last Restart disabled.
+Patch by Zhikang Yan.
+
+gh-112938: IDLE - Fix uninteruptable hang when Shell gets
+rapid continuous output.
+
 gh-127060: Set TERM environment variable to 'dumb' to not add ANSI escape
 sequences for text color in tracebacks. IDLE does not understand them.
 Patch by Victor Stinner.