https://github.com/python/cpython/commit/29f1e778faaa31479e4ef84e2fb37a7a53984550
commit: 29f1e778faaa31479e4ef84e2fb37a7a53984550
branch: main
author: Terry Jan Reedy <[email protected]>
committer: terryjreedy <[email protected]>
date: 2026-01-23T21:34:41-05:00
summary:

gh-135142: Initial 3.15 IDLE News3.txt entries (#144200)

files:
M Lib/idlelib/News3.txt

diff --git a/Lib/idlelib/News3.txt b/Lib/idlelib/News3.txt
index 53d83762f99ec5..0f61da8368f211 100644
--- a/Lib/idlelib/News3.txt
+++ b/Lib/idlelib/News3.txt
@@ -1,9 +1,20 @@
+What's New in IDLE 3.15.0
+(since 3.14.0)
+Released on 2026-10-01
+=========================
+
+
+gh-143774: Better explain the operation of Format / Format Paragraph.
+Patch by Terry J. Reedy.
+
+gh-139742: Colorize t-string prefixes for template strings in IDLE,
+as done for f-string prefixes.  Patch by Anuradha Agrawal.
+
 What's New in IDLE 3.14.0
 (since 3.13.0)
 Released on 2025-10-07
 =========================
 
-
 gh-129873: Simplify displaying the IDLE doc by only copying the text
 section of idle.html to idlelib/help.html. Patch by Stan Ulbrych.
 

_______________________________________________
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