[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-39152: add missing ttk.Scale.configure return value by terryjreedy · Pull Request #17815 · python/cpython

terryjreedy

tkinter.ttk.Scale().configure() now returns a configuration.
Change posted by Giovanni Lombardo.

Don't update dict with None or string.
Remove skip of param test that now works.
update blurb.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jan 5, 2020

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 5ea7bb2)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

miss-islington added a commit that referenced this pull request

Jan 5, 2020
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 5ea7bb2)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

miss-islington added a commit that referenced this pull request

Jan 5, 2020
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 5ea7bb2)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020
tkinter.ttk.Scale().configure([name]) now returns a configuration tuple for name
or a list thereof for all options. Based on patch Giovanni Lombardo.