summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 34b3b8a..e5d77af 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Core and Builtins
Library
-------
+- Issue #27025: Generated names for Tkinter widgets now start by the "!" prefix
+ for readability (was "`").
+
- Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin
a workaround to Tix library bug.
@@ -1339,6 +1342,9 @@ Library
exposed on the API which are not implemented on GNU/Hurd. They would not
work at runtime anyway.
+- Issue #27025: Generated names for Tkinter widgets are now more meanful
+ and recognizirable.
+
- Issue #25455: Fixed crashes in repr of recursive ElementTree.Element and
functools.partial objects.