summaryrefslogtreecommitdiffstats
path: root/Doc/library/ssl.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-01-27 09:02:55 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-01-27 09:02:55 (GMT)
commit9f6b02ecdedbd033be3e77960aa3abf314fa9db7 (patch)
tree72956e9c0465f08538449f97f2848959980d8fa3 /Doc/library/ssl.rst
parent3f366314e831e0babca220abd734f8ae02776925 (diff)
downloadcpython-9f6b02ecdedbd033be3e77960aa3abf314fa9db7.zip
cpython-9f6b02ecdedbd033be3e77960aa3abf314fa9db7.tar.gz
cpython-9f6b02ecdedbd033be3e77960aa3abf314fa9db7.tar.bz2
Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r--Doc/library/ssl.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 0bd54c7..8cd07d7 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -316,7 +316,8 @@ Constants
.. data:: OP_ALL
Enables workarounds for various bugs present in other SSL implementations.
- This option is set by default.
+ This option is set by default. It does not necessarily set the same
+ flags as OpenSSL's ``SSL_OP_ALL`` constant.
.. versionadded:: 3.2