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.

Author terry.reedy
Recipients kumba, serhiy.storchaka, terry.reedy
Date 2018-03-15.16:31:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521131470.99.0.467229070634.issue32328@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-03-15 16:31:11terry.reedysetrecipients: + terry.reedy, kumba, serhiy.storchaka
2018-03-15 16:31:10terry.reedysetmessageid: <1521131470.99.0.467229070634.issue32328@psf.upfronthosting.co.za>
2018-03-15 16:31:10terry.reedylinkissue32328 messages
2018-03-15 16:31:10terry.reedycreate