[issue30212] test_ssl.py is broken in Centos7

STINNER Victor report at bugs.python.org
Tue May 2 06:01:45 EDT 2017


STINNER Victor added the comment:

@david-cpi: Can you please elaborate?

* What is your Centos full version?
* How do you get Python 3.5? Tarball from python.org?
* What is the error message?

"except: pass" is bad practice, you must catch a specific exception type.

It seems very strange to have to ignore errors on sendall().

----------

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


More information about the Python-bugs-list mailing list