mirror of
https://github.com/python/cpython.git
synced 2026-07-28 12:48:27 -04:00
tkinter.ttk.Scale().configure([name]) now returns a configuration tuple for name or a list thereof for all options. Based on patch Giovanni Lombardo.