◐ Shell
clean mode source ↗

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 vstinner marked this pull request as ready for review

June 26, 2022 23:37

gvanrossum pushed a commit to gvanrossum/cpython that referenced this pull request

Jun 30, 2022
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".