]> 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:46:14 +0000 (12:46 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 14 Jun 2016 09:46:14 +0000 (12:46 +0300)
commitd8b5942f7cce0743e1ac522a1aa9475272d4506f
treee1e77415fa261fa0c15ca07a1b6506bc62c6a23a
parentfc0a55fed902adb668d72af41530e2f2c93e90b4
Issue #26386: Fixed ttk.TreeView selection operations with item id's
containing spaces.
Lib/lib-tk/test/test_ttk/test_widgets.py
Lib/lib-tk/ttk.py
Misc/NEWS