]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
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)
containing spaces.

1  2 
Lib/tkinter/ttk.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index 0238f373144d0803688f863dbd097159b83d86a1,eb810d00e1764c568c0a801d1df4c6c84d5c64b9..60d90aec2c3cc5e6316b19f997f7acc7b25f914d
+++ b/Misc/NEWS
@@@ -10,9 -13,9 +10,12 @@@ What's New in Python 3.6.0 alpha 
  Library
  -------
  
+ - Issue #26386: Fixed ttk.TreeView selection operations with item id's
+   containing spaces.
 +- Issue #8637: Honor a pager set by the env var MANPAGER (in preference to
 +  one set by the env var PAGER).
 +
  - Issue #22636: Avoid shell injection problems with
    ctypes.util.find_library().