Skip to content

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

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

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

Conversation

@miss-islington

Copy link
Copy Markdown
Contributor
  • 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

…LE (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 enabled auto-merge (squash) June 30, 2026 06:07
@serhiy-storchaka serhiy-storchaka merged commit 108a2ad into python:3.15 Jun 30, 2026
56 checks passed
@miss-islington miss-islington deleted the backport-fc866dc-3.15 branch June 30, 2026 06:34
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.

2 participants