summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-18 21:10:19 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-18 21:10:19 (GMT)
commit6e7e0790de156e737a3adea621056e4e48ae7599 (patch)
tree01135ca864ebc7b93e0156f5117f96c3771d3cf0 /Lib
parent7a0f4c75b1d2e3ceb758970ad39d468e95dfc6ed (diff)
downloadcpython-6e7e0790de156e737a3adea621056e4e48ae7599.zip
cpython-6e7e0790de156e737a3adea621056e4e48ae7599.tar.gz
cpython-6e7e0790de156e737a3adea621056e4e48ae7599.tar.bz2
Fix test_pyclbr after another platform-dependent function was added to urllib.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_pyclbr.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py
index 587bd89..5fbe75d 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',