[Python-checkins] cpython (3.2): Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.

antoine.pitrou python-checkins at python.org
Fri Jan 27 10:05:42 CET 2012


http://hg.python.org/cpython/rev/f8f9724e427c
changeset: 74650:f8f9724e427c
branch: 3.2
parent: 74648:4386686a035d
user: Antoine Pitrou <solipsis at pitrou.net>
date: Fri Jan 27 10:02:55 2012 +0100
summary:
 Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.
files:
 Doc/library/ssl.rst | 3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -316,7 +316,8 @@
 .. 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
 
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /