Make test_socket_ssl.py pass by fixing some code that was
incorrectly assuming that err.message was the Py3k way of writing err[0] in 2.x. The correct spelling is err.args[0].
Showing
Please
register
or
sign in
to comment
incorrectly assuming that err.message was the Py3k way of writing err[0] in 2.x. The correct spelling is err.args[0].