summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-06-14 09:33:31 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-06-14 09:33:31 (GMT)
commit8e6d09c1ccb5fed0d1b074aae9325f41fed4705d (patch)
tree9f0249d040eeac4bbdd3c218ae2d90f7104cd8ea /Misc
parent6afbc653a7bba73ecc56a6ba37632d25376dbe2f (diff)
downloadcpython-8e6d09c1ccb5fed0d1b074aae9325f41fed4705d.zip
cpython-8e6d09c1ccb5fed0d1b074aae9325f41fed4705d.tar.gz
cpython-8e6d09c1ccb5fed0d1b074aae9325f41fed4705d.tar.bz2
Issue #26386: Fixed ttk.TreeView selection operations with item id's
containing spaces.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 14fd247..eb810d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- Issue #26386: Fixed ttk.TreeView selection operations with item id's
+ containing spaces.
+
- Issue #22636: Avoid shell injection problems with
ctypes.util.find_library().