commit | 858493251f7ed218d0f7ed5d2382e656bb169094 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jan 20 14:20:02 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Jan 20 14:20:02 2008 +0000 |
tree | 76e3698c4d80bf74ce15ea20f8166cf5998db21b | |
parent | 5235398323aeb40c3fda4ad2daea3beebb6ff11f [diff] [blame] |
Fix test_pyclbr after urllib change.
diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index 5188bb3..56fb683 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('mhlib') cm('urllib', ignore=('getproxies_registry', + 'proxy_bypass_registry', 'open_https', 'getproxies_internetconfig',)) # not on all platforms cm('pickle')