From e36d09f08bb40d3702b944dd256c28a5d0021323 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 15 Jan 2010 17:09:39 +0100 Subject: [PATCH] Update news and documentation about Python 3 support. --- news.rst | 8 ++++++++ user_documentation.rst | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/news.rst b/news.rst index 79096a94..8aa36f41 100644 --- a/news.rst +++ b/news.rst @@ -2,6 +2,14 @@ News ====== +Friday, January 15, 2010 +======================== + +Dropping Twisted dependency was the first step leading to another big feature: +Radicale now works with Python 3! The code was given a small cleanup, with some +simplifications mainly about encoding. Before the 0.1.1 release, feel free to +test the git repository, all Python versions from 2.5 should be OK. + Monday, January 11, 2010 ======================== diff --git a/user_documentation.rst b/user_documentation.rst index b9c4ef87..42030e3a 100644 --- a/user_documentation.rst +++ b/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.6.*. +known to work on Python 2.5, 2.6, 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.