mirror of
https://github.com/python/cpython.git
synced 2026-01-29 22:26:03 +00: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.