]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143754: Add Tkinter methods pack_content(), place_content() and grid_content(...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 20 Jan 2026 07:16:36 +0000 (09:16 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Jan 2026 07:16:36 +0000 (09:16 +0200)
commit71cbffde61449a224dffcae937f5f6be4f86ad09
treea01e74d048d071706f54aa4373e7a84faea2c608
parent05eab964350dc1b4c04352c87fff4904d324b7ca
gh-143754: Add Tkinter methods pack_content(), place_content() and grid_content() (GH-143845)

They use Tk commands with new name like "pack content instead of old
"pack slaves".
Doc/whatsnew/3.15.rst
Lib/test/test_tkinter/test_geometry_managers.py
Lib/tkinter/__init__.py
Misc/NEWS.d/next/Library/2026-01-14-20-35-40.gh-issue-143754.m2NQXA.rst [new file with mode: 0644]