]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617)
authorJuliette Monsel <j4321@users.noreply.github.com>
Mon, 8 Oct 2018 16:29:24 +0000 (18:29 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 8 Oct 2018 16:29:24 +0000 (19:29 +0300)
commitaf5658ae93b0a87ab4420a7dc30a07fa5a83e252
tree88fc472ba5b1de85818b1603c7b69ba19addc3d4
parenta8d5e2f255f1a20fc8af7dc16a7cb708e014952a
bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617)

Implement the methods selection_from(), selection_range(), selection_present()
and selection_to() for Tkinter Spinbox.
Doc/whatsnew/3.8.rst
Lib/tkinter/__init__.py
Lib/tkinter/test/test_tkinter/test_widgets.py
Misc/ACKS
Misc/NEWS.d/next/Library/2018-10-08-16-04-36.bpo-34829.B7v7D0.rst [new file with mode: 0644]