New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12136>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to