]> granicus.if.org Git - python/commit
[3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selection. ...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 1 Feb 2018 16:49:21 +0000 (18:49 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Feb 2018 16:49:21 +0000 (18:49 +0200)
commit97f1ca167385bafd9be5d226f61c33412fc081bf
tree49e0230e7e93865944f2ed9074d8e0d0f2a433b5
parent12e7cd8a51956a5ce373aac692ae6366c5f86584
[3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selection. (GH-3651)

It was deprecated in 3.6.
Doc/library/tkinter.ttk.rst
Doc/whatsnew/3.8.rst
Lib/tkinter/test/test_ttk/test_widgets.py
Lib/tkinter/ttk.py
Misc/NEWS.d/next/Library/2017-09-19-12-38-31.bpo-31508.pDsFJl.rst [new file with mode: 0644]