1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-02 16:58:30 +00:00

Add support for Python 2.7 in documentation

This commit is contained in:
Guillaume Ayoub 2010-12-27 17:20:44 +01:00
parent 7a6d38a900
commit cd97b5f090

View file

@ -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 <http://bugs.python.org/issue5103>`_
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
-------------