Fix test_pyclbr -- _https_connection is optional.

This commit is contained in:
Guido van Rossum 2007-08-29 13:35:11 +00:00
parent 8c7461480b
commit 9befa93b04
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ class PyclbrTest(TestCase):
cm('mhlib') cm('mhlib')
cm('urllib', ignore=('getproxies_registry', cm('urllib', ignore=('getproxies_registry',
'open_https', 'open_https',
'_https_connection',
'getproxies_internetconfig',)) # not on all platforms 'getproxies_internetconfig',)) # not on all platforms
cm('pickle') cm('pickle')
cm('aifc', ignore=('openfp',)) # set with = in module cm('aifc', ignore=('openfp',)) # set with = in module