]> 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 17:07:30 +0000 (09:07 -0800)
committerGitHub <noreply@github.com>
Sun, 5 Jan 2020 17:07:30 +0000 (09:07 -0800)
commit636a850ed81cf9b8feed523f277b1538bfc5230b
tree4b583c754ee313ff1af539cc039cb7feba0e7cc4
parent34aa3e71dc52c1a31336302905b9ac011a310412
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]