From: Serhiy Storchaka Date: Tue, 14 Jun 2016 09:39:18 +0000 (+0300) Subject: Issue #26386: Fixed ttk.TreeView selection operations with item id's X-Git-Tag: v3.6.0a3~154 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=255bbf2d2501974f25d9da201c3119cbca863f5a;p=thirdparty%2FPython%2Fcpython.git Issue #26386: Fixed ttk.TreeView selection operations with item id's containing spaces. --- 255bbf2d2501974f25d9da201c3119cbca863f5a diff --cc Misc/NEWS index 0238f373144d,eb810d00e176..60d90aec2c3c --- a/Misc/NEWS +++ 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().