gh-94172: Remove ssl.PROTOCOL_SSLv2 dead code (#94312)
Remove dead code related to ssl.PROTOCOL_SSLv2. ssl.PROTOCOL_SSLv2
was already removed in Python 3.10.
In test_ssl, @requires_tls_version('SSLv2') always returned False.
Extract of the removed code: "OpenSSL has removed support for SSLv2". V
Victor Stinner committed
600c65c094b0b48704d8ec2416930648052ba715
Parent: 4b854b7
Committed by GitHub <noreply@github.com>
on 6/28/2022, 11:57:08 AM