diff options
author | Guido van Rossum <guido@python.org> | 2007-03-19 22:26:27 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-03-19 22:26:27 +0000 |
commit | d6376703f6c83769ad965beeba5ae0f46a352e00 (patch) | |
tree | d0c2b1d428ab762f4bd07efcdb7ab176330582d8 /Python/pythonrun.c | |
parent | c7e18d3213877aa0611c02b98a45892597dc16f0 (diff) | |
download | cpython-d6376703f6c83769ad965beeba5ae0f46a352e00.tar.gz |
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].
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions