commit | 6e7e0790de156e737a3adea621056e4e48ae7599 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun May 18 21:10:19 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun May 18 21:10:19 2008 +0000 |
tree | 01135ca864ebc7b93e0156f5117f96c3771d3cf0 | |
parent | 7a0f4c75b1d2e3ceb758970ad39d468e95dfc6ed [diff] [blame] |
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 587bd89..5fbe75d 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py
@@ -166,6 +166,7 @@ cm('cgi', ignore=('log',)) # set with = in module cm('urllib', ignore=('_CFNumberToInt32', '_CStringFromCFString', + '_CFSetup', 'getproxies_registry', 'proxy_bypass_registry', 'proxy_bypass_macosx_sysconf',