[issue32328] ttk.Treeview: _tkinter.TclError: list element in quotes followed by "; " instead of space

Terry J. Reedy report at bugs.python.org
Thu Mar 15 12:31:11 EDT 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Our ttk doc, https://docs.python.org/3/library/tkinter.ttk.html#item-options, here copies the tk doc: "The list of values associated with the item."  It should say 'tuple or list', but that is a generic (and separate) issue of our ttk doc not translating '(tcl) list' to '(python) sequence' or '(python) tuple or list'.

The NMT doc, http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/ttk-Treeview.html, is unnecessarily vague ('data items') about what needs to be passed for values.  It correctly notes that a single string is accepted for tags, but I don't know that this is guaranteed.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32328>
_______________________________________


More information about the Python-bugs-list mailing list