[Python-checkins] cpython (3.2): Issue #13747: fix SSL compatibility table.
antoine.pitrou
python-checkins at python.org
Mon Jan 9 21:47:38 CET 2012
http://hg.python.org/cpython/rev/b4194af97948
changeset: 74313:b4194af97948
branch: 3.2
user: Antoine Pitrou <solipsis at pitrou.net>
date: Mon Jan 09 21:43:18 2012 +0100
summary:
Issue #13747: fix SSL compatibility table.
files:
Doc/library/ssl.rst | 2 +-
1 files changed, 1 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
@@ -121,7 +121,7 @@
*client* / **server** **SSLv2** **SSLv3** **SSLv23** **TLSv1**
------------------------ --------- --------- ---------- ---------
*SSLv2* yes no yes no
- *SSLv3* yes yes yes no
+ *SSLv3* no yes yes no
*SSLv23* yes no yes no
*TLSv1* no no yes yes
======================== ========= ========= ========== =========
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list