]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_protocol_sslv2(): Skip this test if ssl.PROTOCOL_SSLv2 is not
authorBarry Warsaw <barry@python.org>
Mon, 31 Oct 2011 18:08:15 +0000 (14:08 -0400)
committerBarry Warsaw <barry@python.org>
Mon, 31 Oct 2011 18:08:15 +0000 (14:08 -0400)
commit39aec0171d04adcbc17e856418ea9530263553d2
treed7a33509a1df1b9bf6f5670ae35496fd6adeeb0d
parentc4114ead710188b6a7e50871a7cf56b50616f7b9
test_protocol_sslv2(): Skip this test if ssl.PROTOCOL_SSLv2 is not
defined (as is the case with Ubuntu 11.10).
Lib/test/test_ssl.py