1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-23 17:48:30 +00:00

Adds explanations about Python 3 not supported yet

This commit is contained in:
Jean-Marc Martins 2013-09-02 10:14:05 +02:00
parent c764e3e197
commit 9a8bdbbc4a

View file

@ -737,6 +737,15 @@ Radicale will automatically commit any changes on your collections. It
will use your git config to find parameters such as the committer and that's all.
Issues
~~~~~~
A dulwich project ported on Python 3 exists but it seems that it doesn't follow the
current api (committer is mandatory and not retrieved from the git config by
default). Until this problem isn't fixed, the Git support for Radicale on
Python 3 will not be ensured.
Rights Management
-----------------