summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-06-14 12:39:18 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-06-14 12:39:18 +0300
commit255bbf2d2501974f25d9da201c3119cbca863f5a (patch)
tree5f0db36a93c3900e17d2e78c498a33f6ed618c21 /Misc/NEWS
parent6d1d2f229e02cd2b45bdd46f5fdcc5b89dd682bd (diff)
parent8e6d09c1ccb5fed0d1b074aae9325f41fed4705d (diff)
downloadcpython-git-255bbf2d2501974f25d9da201c3119cbca863f5a.tar.gz
Issue #26386: Fixed ttk.TreeView selection operations with item id's
containing spaces.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0238f37314..60d90aec2c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.6.0 alpha 3
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).