We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62e1ca commit 8d50161Copy full SHA for 8d50161
Lib/test/test_ssl.py
@@ -151,7 +151,7 @@ def is_ubuntu():
151
152
if is_ubuntu():
153
def seclevel_workaround(*ctxs):
154
- """"Lower security level to '1' and allow all ciphers for TLS 1.0/1"""
+ """Lower security level to '1' and allow all ciphers for TLS 1.0/1"""
155
for ctx in ctxs:
156
if (
157
hasattr(ctx, "minimum_version") and
0 commit comments