]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39152: add missing ttk.Scale.configure return value (GH-17815)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 5 Jan 2020 16:23:58 +0000 (11:23 -0500)
committerGitHub <noreply@github.com>
Sun, 5 Jan 2020 16:23:58 +0000 (11:23 -0500)
commit5ea7bb25e3b192d6c49a49c9e3b316f8559602aa
tree9223773683bcf2c6c4f8b533b19eefc30719b986
parentb19c0d77e6f25ea831ab608c71f15d0d9266c8c4
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.
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]