diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-08-24 06:07:47 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-08-24 06:07:47 (GMT) |
commit | d00aff2f62481c3e8cf3b8e9cbbaf888361ffdd4 (patch) | |
tree | b76421157985cf86b00a39f3b652765667d96adb /Misc | |
parent | ee558260727d160d43b14fc01851f73ef94ea587 (diff) | |
download | cpython-d00aff2f62481c3e8cf3b8e9cbbaf888361ffdd4.zip cpython-d00aff2f62481c3e8cf3b8e9cbbaf888361ffdd4.tar.gz cpython-d00aff2f62481c3e8cf3b8e9cbbaf888361ffdd4.tar.bz2 |
Issue #22236: Tkinter tests now don't reuse default root window. New root
window is created for every test class.
Fixed Tkinter images copying operations in NoDefaultRoot mode.
Tcl command names generated for "after" callbacks now contains a name of
original function.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -27,7 +27,9 @@ Core and Builtins Library ------- --- Issue #22191: Fix warnings.__all__. +- Issue #22236: Fixed Tkinter images copying operations in NoDefaultRoot mode. + +- Issue #22191: Fix warnings.__all__. - Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. @@ -279,6 +281,9 @@ IDLE Tests ----- +- Issue #22236: Tkinter tests now don't reuse default root window. New root + window is created for every test class. + - Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de Gaye. |