gh-94172: Remove ssl.PROTOCOL_SSLv2 dead code by vstinner · Pull Request #94312 · python/cpython
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".
vstinner
marked this pull request as ready for review
gvanrossum pushed a commit to gvanrossum/cpython that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters