https://github.com/python/cpython/commit/550ec5cf35a033585f3f025a85d267cdd762ff6a commit: 550ec5cf35a033585f3f025a85d267cdd762ff6a branch: 3.12 author: Terry Jan Reedy <[email protected]> committer: terryjreedy <[email protected]> date: 2025-02-09T07:32:52Z summary:
[3.12] gh-129876: Initial 3.14 News3.txt entries (GH-129881) (#129883) files: M Lib/idlelib/News3.txt diff --git a/Lib/idlelib/News3.txt b/Lib/idlelib/News3.txt index 46cf93f6b5994e..42dfffd11c6920 100644 --- a/Lib/idlelib/News3.txt +++ b/Lib/idlelib/News3.txt @@ -4,6 +4,13 @@ Released after 2023-10-02 ========================= +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. + 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]
