]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26386: Fixed ttk.TreeView selection operations with item id's
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 14 Jun 2016 09:33:31 +0000 (12:33 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 14 Jun 2016 09:33:31 +0000 (12:33 +0300)
commit8e6d09c1ccb5fed0d1b074aae9325f41fed4705d
tree9f0249d040eeac4bbdd3c218ae2d90f7104cd8ea
parent6afbc653a7bba73ecc56a6ba37632d25376dbe2f
Issue #26386: Fixed ttk.TreeView selection operations with item id's
containing spaces.
Lib/tkinter/test/test_ttk/test_widgets.py
Lib/tkinter/ttk.py
Misc/NEWS