]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39152: add missing ttk.Scale.configure return value (GH-17815)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 5 Jan 2020 16:49:48 +0000 (08:49 -0800)
committerGitHub <noreply@github.com>
Sun, 5 Jan 2020 16:49:48 +0000 (08:49 -0800)
commit6234301bb56a9b388a1c3bf51169a2762ea09172
tree56c597cb971c8efae1cae8effa0d8ecc413532c6
parent43fbc70360b2a934ea809b2175d7e99031db2df3
bpo-39152: add missing ttk.Scale.configure return value (GH-17815)

tkinter.ttk.Scale().configure([name]) now returns a configuration tuple for name
or a list thereof for all options. Based on patch Giovanni Lombardo.
(cherry picked from commit 5ea7bb25e3b192d6c49a49c9e3b316f8559602aa)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/tkinter/test/widget_tests.py
Lib/tkinter/ttk.py
Misc/NEWS.d/next/Library/2020-01-03-18-02-50.bpo-39152.JgPjCC.rst [new file with mode: 0644]