]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-118784)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 May 2024 19:21:04 +0000 (22:21 +0300)
committerGitHub <noreply@github.com>
Mon, 20 May 2024 19:21:04 +0000 (22:21 +0300)
commite188527c343c74574d481b77c30063db1436e62b
tree0c871ddefd80d09d182c000fc7ab0cfed91d96ca
parent6b80a5b20f31a067bd1c374295608df5f1210f49
gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-118784)

It was set to 2 in 65f5e586a1239ed1a66d8284773d7b02ce40e480 (GH-98592).
Doc/whatsnew/3.13.rst
Lib/tkinter/__init__.py
Misc/NEWS.d/3.13.0b1.rst
Misc/NEWS.d/next/Library/2024-05-08-21-30-33.gh-issue-118760.XvyMHn.rst [new file with mode: 0644]