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 vstinner
Recipients gpolo, serhiy.storchaka, vstinner
Date 2017-09-18.14:20:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505744445.23.0.567715242177.issue31508@psf.upfronthosting.co.za>
In-reply-to
Content
I saw these warnings on:
http://buildbot.python.org/all/builders/x86%20Gentoo%20Refleaks%203.x/builds/96/steps/test/logs/stdio

Extract of the pythoninfo:

tkinter.TCL_VERSION: 8.6
tkinter.TK_VERSION: 8.6
tkinter.info_patchlevel: 8.6.6

--

I can reproduce the warning locally:

test_selection (tkinter.test.test_ttk.test_widgets.TreeviewTest) ... /home/haypo/prog/python/master/Lib/tkinter/test/test_ttk/test_widgets.py:1562: UserWarning: Deprecated API of Treeview.selection() should be removed
  'Deprecated API of Treeview.selection() should be removed')
ok
History
Date User Action Args
2017-09-18 14:20:45vstinnersetrecipients: + vstinner, gpolo, serhiy.storchaka
2017-09-18 14:20:45vstinnersetmessageid: <1505744445.23.0.567715242177.issue31508@psf.upfronthosting.co.za>
2017-09-18 14:20:45vstinnerlinkissue31508 messages
2017-09-18 14:20:45vstinnercreate