From cd97b5f090ef121e2c8f23af47737849efc1dc91 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 27 Dec 2010 17:20:44 +0100 Subject: [PATCH] Add support for Python 2.7 in documentation --- pages/user_documentation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index 9441f591..301ef4e4 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -18,7 +18,7 @@ Dependencies ------------ Radicale is written in pure python and does not depend on any librabry. It is -known to work on Python 2.5, 2.6, 3.0 and 3.1 [#]_. +known to work on Python 2.5, 2.6, 2.7, 3.0 and 3.1 [#]_. Linux users certainly have Python already installed. For Windows and MacOS users, please install Python [#]_ thanks to the adequate installer. @@ -189,7 +189,7 @@ HTTPS support depends on the ``ssl`` module, only available from Python 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. +Python 2.7 and Python 3.x do not suffer this bug. Crypt Support -------------