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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30212>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to