From: doko@ubuntu.com Date: Wed, 7 May 2014 11:08:51 +0000 (+0200) Subject: - Issue #17752: Fix distutils tests when run from the installed location. X-Git-Tag: v3.5.0a1~1723 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ce74dc54cbb4baea01e028260bc2e0cd86f67e5;p=thirdparty%2FPython%2Fcpython.git - Issue #17752: Fix distutils tests when run from the installed location. --- 4ce74dc54cbb4baea01e028260bc2e0cd86f67e5 diff --cc Misc/NEWS index d9897f132d70,96f3cb787757..9e9f2c23f68c --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -403,6 -273,6 +403,8 @@@ Documentatio Tests ----- ++- Issue #17752: Fix distutils tests when run from the installed location. ++ - Issue #18604: Consolidated checks for GUI availability. All platforms now at least check whether Tk can be instantiated when the GUI resource is requested.