[New-bugs-announce] [issue12136] test_logging fails when no ssl available

Antoine Pitrou report at bugs.python.org
Sat May 21 17:41:08 CEST 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

======================================================================
ERROR: test_output (test.test_logging.HTTPHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/test/test_logging.py", line 1529, in test_output
    import ssl
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/importlib/_bootstrap.py", line 437, in load_module
    return self._load_module(fullname)
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/importlib/_bootstrap.py", line 141, in decorated
    return fxn(self, module, *args, **kwargs)
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/importlib/_bootstrap.py", line 342, in _load_module
    exec(code_object, module.__dict__)
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/ssl.py", line 60, in <module>
    import _ssl             # if we can't import it, let the error propagate
ImportError: No module named '_ssl'

----------
assignee: vinay.sajip
components: Library (Lib), Tests
messages: 136453
nosy: pitrou, vinay.sajip
priority: normal
severity: normal
stage: needs patch
status: open
title: test_logging fails when no ssl available
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12136>
_______________________________________


More information about the New-bugs-announce mailing list