mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Update news and documentation about Python 3 support.
This commit is contained in:
parent
efaf0d4595
commit
e36d09f08b
2 changed files with 9 additions and 1 deletions
8
news.rst
8
news.rst
|
@ -2,6 +2,14 @@
|
||||||
News
|
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
|
Monday, January 11, 2010
|
||||||
========================
|
========================
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ 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 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
|
Linux users certainly have Python already installed. For Windows and MacOS
|
||||||
users, please install Python [#]_ thanks to the adequate installer.
|
users, please install Python [#]_ thanks to the adequate installer.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue