summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2013-11-21 23:57:41 (GMT)
committerBarry Warsaw <barry@python.org>2013-11-21 23:57:41 (GMT)
commit99fc416b238a486bb9735e36cd374bf00d4af0c8 (patch)
tree133eff0fc8d930e3a7aea068480e33140d4ca37c /Lib
parent197a7702310e6a6cf67b658c66dd3b43ee12439b (diff)
parentba723200ce3effa5bea05a10fd01e3bb89ea8da7 (diff)
downloadcpython-99fc416b238a486bb9735e36cd374bf00d4af0c8.zip
cpython-99fc416b238a486bb9735e36cd374bf00d4af0c8.tar.gz
cpython-99fc416b238a486bb9735e36cd374bf00d4af0c8.tar.bz2
trunk merge
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_ssl.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
index 2da1386..9996ff1 100644
--- a/Lib/test/test_ssl.py
+++ b/Lib/test/test_ssl.py
@@ -1801,7 +1801,6 @@ else:
context = ssl.SSLContext(ssl.PROTOCOL_TLSv1)
context.verify_mode = ssl.CERT_REQUIRED
context.load_verify_locations(SIGNING_CA)
- context.verify_mode = ssl.CERT_REQUIRED
context.verify_flags = ssl.VERIFY_DEFAULT
# VERIFY_DEFAULT should pass