]> granicus.if.org Git - python/commit
bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (#3667)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 24 Sep 2017 11:34:09 +0000 (14:34 +0300)
committerGitHub <noreply@github.com>
Sun, 24 Sep 2017 11:34:09 +0000 (14:34 +0300)
commit2fad10235460ac394cc8b869c41f47aba3d63594
tree28a55ca103201a0b6b753c0d1724708ca1f34d32
parentc247caf33f6e6000d828db4762d1cb12edf3cd57
bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (#3667)

Defer removing old behavior to 3.8.
Document new feature of selection_set() and friends.
Doc/library/tkinter.ttk.rst
Lib/tkinter/test/test_ttk/test_widgets.py
Lib/tkinter/ttk.py