]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix test_pyclbr after another platform-dependent function was added to urllib.
authorGeorg Brandl <georg@python.org>
Sun, 18 May 2008 21:10:19 +0000 (21:10 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 18 May 2008 21:10:19 +0000 (21:10 +0000)
Lib/test/test_pyclbr.py

index 587bd89528c85982007968a8f280062bf58dc245..5fbe75d660a388aaf6ff6369613b11dfd1929ca7 100644 (file)
@@ -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',