Message 320501 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
ttk.Spinbox inherits from ttk.Entry.  My option list left out the options for Entry, which is one of the ttk widget not in the doc.  The additional entry options include exportselection, justify, show, state, textvariable, and width.
https://www.tcl.tk/man/tcl8.6/TkCmd/ttk_spinbox.htm
explicitly says textvariable is supported.  This is important because configdialog uses tracers on Var to detect and record user changes.