diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-14 12:39:18 +0300 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-14 12:39:18 +0300 |
| commit | 255bbf2d2501974f25d9da201c3119cbca863f5a (patch) | |
| tree | 5f0db36a93c3900e17d2e78c498a33f6ed618c21 /Misc/NEWS | |
| parent | 6d1d2f229e02cd2b45bdd46f5fdcc5b89dd682bd (diff) | |
| parent | 8e6d09c1ccb5fed0d1b074aae9325f41fed4705d (diff) | |
| download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |
