]> granicus.if.org Git - python/commitdiff
Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 27 Jan 2012 09:02:55 +0000 (10:02 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 27 Jan 2012 09:02:55 +0000 (10:02 +0100)
Doc/library/ssl.rst

index 0bd54c7a2de3a96f540720aa6ca0e0cd9d9e43c7..8cd07d75dcd45fb21c592d12eb5363eddbc43a41 100644 (file)
@@ -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