summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 727d529..fe74da6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -124,6 +124,8 @@ Core and Builtins
Library
-------
+- Issue #22236: Fixed Tkinter images copying operations in NoDefaultRoot mode.
+
- Issue #2527: Add a *globals* argument to timeit functions, in order to
override the globals namespace in which the timed code is executed.
Patch by Ben Roberts.
@@ -418,6 +420,9 @@ Library
- Issue #21525: Most Tkinter methods which accepted tuples now accept lists too.
+- Issue #22236: Tkinter tests now don't reuse default root window. New root
+ window is created for every test class.
+
- Issue #10744: Fix PEP 3118 format strings on ctypes objects with a nontrivial
shape.