]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Use tkinter wrapper methods instead of raw Tcl calls in turtle and IDLE (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 30 Jun 2026 10:13:06 +0000 (13:13 +0300)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2026 10:13:06 +0000 (13:13 +0300)
commita4601d078f17b56da589a3008a8ee679209893d1
treeab53d16126e02248a0e4e608ee53a1160bc00a6b
parentd1ae6431c7896f595082e403f780c4441b2ea0df
[3.13] Use tkinter wrapper methods instead of raw Tcl calls in turtle and IDLE (GH-152414) (GH-152663)

* turtle: wm_attributes(topmost=...);
* idlelib.macosx: winfo_server();
* idlelib tests: after_info().
(cherry picked from commit fc866dc84ec430ab22d60609520f7ab27267baef)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
15 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/macosx.py
Lib/turtle.py