From: doko@ubuntu.com Date: Tue, 13 May 2014 09:30:17 +0000 (+0200) Subject: Merge from 3.4: X-Git-Tag: v3.5.0a1~1664 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=987831c9455505c93c03aeef133f161186d2b62f;p=python Merge from 3.4: - Issue #17756: Fix test_code test when run from the installed location. --- 987831c9455505c93c03aeef133f161186d2b62f diff --cc Misc/NEWS index e73f0a725d,72204aab02..4ccc40bbe6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -456,8 -310,6 +456,10 @@@ Documentatio Tests ----- ++- Issue #17756: Fix test_code test when run from the installed location. ++ +- 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.