[issue30212] test_ssl.py is broken in Centos7

david-cpi report at bugs.python.org
Sat Apr 29 19:15:35 EDT 2017


New submission from david-cpi:

To make the test pass, I added the following try statement:
            try: 
             sock.sendall(buf)
            except:
             pass

----------
components: Tests
files: test.log
messages: 292608
nosy: david-cpi
priority: normal
severity: normal
status: open
title: test_ssl.py is broken in Centos7
type: compile error
versions: Python 3.5
Added file: http://bugs.python.org/file46844/test.log

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


More information about the Python-bugs-list mailing list