mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-23 17:48:30 +00:00
Update the documentation to drop the Python 2.5 and 3.0 support
This commit is contained in:
parent
494e9e7dca
commit
198480cdb7
1 changed files with 4 additions and 7 deletions
|
@ -18,8 +18,8 @@ Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Radicale is written in pure python and does not depend on any librabry. It is
|
Radicale is written in pure python and does not depend on any librabry. It is
|
||||||
known to work on Python from 2.5 to 3.2 [#]_. The only optional dependency is
|
known to work on Python 2.6, 2.7, 3.1 and 3.2 [#]_. The only optional
|
||||||
`the python-ldap module <http://www.python-ldap.org/>`_ for LDAP
|
dependency is `the python-ldap module <http://www.python-ldap.org/>`_ for LDAP
|
||||||
authentication.
|
authentication.
|
||||||
|
|
||||||
Linux users certainly have Python already installed. For Windows and MacOS
|
Linux users certainly have Python already installed. For Windows and MacOS
|
||||||
|
@ -348,11 +348,8 @@ Python Versions and OS Support
|
||||||
TLS Support
|
TLS Support
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
HTTPS support depends on the ``ssl`` module, only available from Python
|
Python 2.6 suffered `a bug <http://bugs.python.org/issue5103>`_ causing huge
|
||||||
2.6. Nevertheless, Radicale without TLS encryption works well with Python 2.5.
|
timeout problems with TLS. The bug is fixed since Python 2.6.6.
|
||||||
|
|
||||||
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.x do not suffer this bug.
|
Python 2.7 and Python 3.x do not suffer this bug.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue