diff options
author | Georg Brandl <georg@python.org> | 2008-05-18 21:10:19 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-18 21:10:19 (GMT) |
commit | 6e7e0790de156e737a3adea621056e4e48ae7599 (patch) | |
tree | 01135ca864ebc7b93e0156f5117f96c3771d3cf0 /Lib | |
parent | 7a0f4c75b1d2e3ceb758970ad39d468e95dfc6ed (diff) | |
download | cpython-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.py | 1 |
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', |