https://github.com/python/cpython/commit/c28eed3c274a4c3ccbd43d2eea2e1c9edbdd0d4b
commit: c28eed3c274a4c3ccbd43d2eea2e1c9edbdd0d4b
branch: 3.13
author: Terry Jan Reedy <[email protected]>
committer: terryjreedy <[email protected]>
date: 2025-02-09T07:36:37Z
summary:

[3.13] gh-129876: Initial 3.14 News3.txt entries (GH-129881) (#129882)

files:
M Lib/idlelib/News3.txt

diff --git a/Lib/idlelib/News3.txt b/Lib/idlelib/News3.txt
index f5f3a5305a398c..810d4bfbe2c5a9 100644
--- a/Lib/idlelib/News3.txt
+++ b/Lib/idlelib/News3.txt
@@ -1,9 +1,22 @@
+What's New in IDLE 3.13.z
+(since 3.13.0)
+Released after 2024-10-07
+=========================
+
+
+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.
+
+gh-122392: Increase currently inadequate vertical spacing for the IDLE
+browsers (path, module, and stack) on high-resolution monitors.
+
+
 What's New in IDLE 3.13.0
 (since 3.12.0)
-Released on 2024-10-xx
+Released on 2024-10-07
 =========================
 
-
 gh-120104: Fix padding in config and search dialog windows in IDLE.
 
 gh-120083: Add explicit black IDLE Hovertip foreground color needed for

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to