From: Georg Brandl Date: Sun, 18 May 2008 21:10:19 +0000 (+0000) Subject: Fix test_pyclbr after another platform-dependent function was added to urllib. X-Git-Tag: v2.6b1~333 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e7e0790de156e737a3adea621056e4e48ae7599;p=thirdparty%2FPython%2Fcpython.git Fix test_pyclbr after another platform-dependent function was added to urllib. --- diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index 587bd89528c8..5fbe75d660a3 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py @@ -166,6 +166,7 @@ class PyclbrTest(TestCase): cm('cgi', ignore=('log',)) # set with = in module cm('urllib', ignore=('_CFNumberToInt32', '_CStringFromCFString', + '_CFSetup', 'getproxies_registry', 'proxy_bypass_registry', 'proxy_bypass_macosx_sysconf',