Skip to content

[3.14] Use tkinter wrapper methods instead of raw Tcl calls in turtle and IDLE (GH-152414)#152662

Merged
serhiy-storchaka merged 1 commit into
python:3.14from
serhiy-storchaka:backport-fc866dc-3.14
Jun 30, 2026
Merged

[3.14] Use tkinter wrapper methods instead of raw Tcl calls in turtle and IDLE (GH-152414)#152662
serhiy-storchaka merged 1 commit into
python:3.14from
serhiy-storchaka:backport-fc866dc-3.14

Conversation

@serhiy-storchaka

Copy link
Copy Markdown
Member
  • turtle: wm_attributes(topmost=...);
  • idlelib.macosx: winfo_server();
  • idlelib tests: after_info().
    (cherry picked from commit fc866dc)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 4.8 noreply@anthropic.com


Manual backport: test_zzdummy_user.py is omitted (it does not exist in 3.14), and the one-line change to test_zzdummy.py was applied to the branch's existing structure. Otherwise identical to GH-152414.

… and IDLE (pythonGH-152414)

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

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@serhiy-storchaka serhiy-storchaka merged commit 5679ef5 into python:3.14 Jun 30, 2026
51 checks passed
@serhiy-storchaka serhiy-storchaka deleted the backport-fc866dc-3.14 branch June 30, 2026 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant