]> granicus.if.org Git - python/commit
Issue #26386: Fixed ttk.TreeView selection operations with item id's
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 14 Jun 2016 09:39:18 +0000 (12:39 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 14 Jun 2016 09:39:18 +0000 (12:39 +0300)
commit255bbf2d2501974f25d9da201c3119cbca863f5a
tree5f0db36a93c3900e17d2e78c498a33f6ed618c21
parent6d1d2f229e02cd2b45bdd46f5fdcc5b89dd682bd
parent8e6d09c1ccb5fed0d1b074aae9325f41fed4705d
Issue #26386: Fixed ttk.TreeView selection operations with item id's
containing spaces.
Lib/tkinter/ttk.py
Misc/NEWS