mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +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.