diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-14 09:33:31 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-14 09:33:31 (GMT) |
commit | 8e6d09c1ccb5fed0d1b074aae9325f41fed4705d (patch) | |
tree | 9f0249d040eeac4bbdd3c218ae2d90f7104cd8ea /Misc | |
parent | 6afbc653a7bba73ecc56a6ba37632d25376dbe2f (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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(). |