]> granicus.if.org Git - python/commit
Make test_socket_ssl.py pass by fixing some code that was
authorGuido van Rossum <guido@python.org>
Mon, 19 Mar 2007 22:26:27 +0000 (22:26 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Mar 2007 22:26:27 +0000 (22:26 +0000)
commit89df245607619ed532106fbbdbf80745815f9c96
treea1c294e5126fadd2f5a0dbdbdba912ceb619b127
parent7cba8508afeac3c631ea225df2df0e4918c610ab
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].
Lib/httplib.py