]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use tkinter wrapper methods instead of raw Tcl calls in turtle and IDLE (GH-152414)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 30 Jun 2026 05:41:40 +0000 (08:41 +0300)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2026 05:41:40 +0000 (08:41 +0300)
commitfc866dc84ec430ab22d60609520f7ab27267baef
tree2a6b707aae8eb029744a3c46102ffd9bf128daea
parent5717518fb3ed6f34716683e08ec372267d871d21
Use tkinter wrapper methods instead of raw Tcl calls in turtle and IDLE (GH-152414)

* turtle: wm_attributes(topmost=...);
* idlelib.macosx: winfo_server();
* idlelib tests: after_info().

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
16 files changed:
Lib/idlelib/idle_test/template.py
Lib/idlelib/idle_test/test_codecontext.py
Lib/idlelib/idle_test/test_colorizer.py
Lib/idlelib/idle_test/test_editor.py
Lib/idlelib/idle_test/test_filelist.py
Lib/idlelib/idle_test/test_iomenu.py
Lib/idlelib/idle_test/test_multicall.py
Lib/idlelib/idle_test/test_pyshell.py
Lib/idlelib/idle_test/test_runscript.py
Lib/idlelib/idle_test/test_stackviewer.py
Lib/idlelib/idle_test/test_window.py
Lib/idlelib/idle_test/test_zoomheight.py
Lib/idlelib/idle_test/test_zzdummy.py
Lib/idlelib/idle_test/test_zzdummy_user.py
Lib/idlelib/macosx.py
Lib/turtle.py