From ba8e353ff10669e2688bbfd1e5fc750174bb3717 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 6 Sep 2010 01:55:02 +0200 Subject: [PATCH] Change the documentation about the SSL bug fix in Python 2.6.6. --- pages/user_documentation.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index 5c2f98b6..9441f591 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -186,14 +186,11 @@ TLS Support HTTPS support depends on the ``ssl`` module, only available from Python 2.6. Nevertheless, Radicale without TLS encryption works well with Python 2.5. -Moreover, python 2.6 suffers `a bug `_ -causing huge timeout problems with TLS. The bug has been fixed in the Python -trunk, but no stable Python 2.6 version has been released since then. +Moreover, python 2.6 suffered `a bug `_ +causing huge timeout problems with TLS. The bug is fixed since Python 2.6.6. Python 2.7 and Python 3 do not suffer this bug. -No workaround will be added in Radicale. - Crypt Support -------------