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