From: Amaury Forgeot d'Arc Date: Mon, 12 May 2008 22:21:39 +0000 (+0000) Subject: Adapt test_pyclbr to the new version of urllib.py: X-Git-Tag: v2.6b1~447 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1b93f2855cdd58ab586c7f91b785460e1738e52;p=python Adapt test_pyclbr to the new version of urllib.py: The new mac-specific functions must be ignored. --- diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index 3617edf133..587bd89528 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py @@ -164,9 +164,13 @@ class PyclbrTest(TestCase): # These were once about the 10 longest modules cm('random', ignore=('Random',)) # from _random import Random as CoreGenerator cm('cgi', ignore=('log',)) # set with = in module - cm('urllib', ignore=('getproxies_registry', + cm('urllib', ignore=('_CFNumberToInt32', + '_CStringFromCFString', + 'getproxies_registry', 'proxy_bypass_registry', + 'proxy_bypass_macosx_sysconf', 'open_https', + 'getproxies_macosx_sysconf', 'getproxies_internetconfig',)) # not on all platforms cm('pickle') cm('aifc', ignore=('openfp',)) # set with = in module