Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

According to the documentation 
(https://www.tcl.tk/man/tcl/TkCmd/ttk_treeview.htm) the item option "values" is 
"The list of values associated with the item.", and the item option "tags" is 
"A list of tags associated with this item." Tcl's list corresponds Python's 
tuple (lists are also accepted in Python 3).

Change your example to:

    kw = {'values': ('" ";',), 'tags': ()}

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32328>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to