]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760)
authorJuliette Monsel <j4321@users.noreply.github.com>
Thu, 18 Oct 2018 19:28:31 +0000 (21:28 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 18 Oct 2018 19:28:31 +0000 (22:28 +0300)
commit1deea5e53991b46351f6bb395b22365c9455ed88
treeff06edbf2cb6330de85e5f713355b1ff1453d92a
parentbbd90e4f6273f1c29c03ab1374fdbd1a862fc14a
bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760)
Lib/tkinter/__init__.py
Lib/tkinter/test/test_tkinter/test_widgets.py
Misc/NEWS.d/next/Library/2018-10-08-21-05-11.bpo-34936.3tRqdq.rst [new file with mode: 0644]