1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-10-03 21:20:45 +00:00
Radicale/radicale
Guillaume Ayoub e7ba2ab78b Register XML namespaces cleanly with Python 2.7+ and 3.2+
The old code was relying on a largely used but private variable.
Moreover, it was bugged with the empty string for "D", adding ":"
instead of nothing at the beginning of tag names with Python 2.6,
3.0 and 3.1, breaking at least the Lightning support.

This new code still relies on the private variable for old
Python versions, but uses the good-way™ for actual and future
versions. No default namespace is used for old versions, but
that's not that bad.
2011-05-13 22:03:50 +02:00
..
acl Merge commit 'refs/merge-requests/9' of git://gitorious.org/radicale/radicale into merge-requests/9 2011-05-11 05:01:00 +02:00
__init__.py Merge commit 'refs/merge-requests/10' of git://gitorious.org/radicale/radicale into merge-requests/10 2011-05-12 17:31:32 +02:00
config.py Add full_environment in configuration module 2011-05-13 10:15:21 +02:00
ical.py Unfold lines in iCal files 2011-04-25 20:35:51 +02:00
log.py logging and debugging fixes 2011-05-09 16:43:41 +02:00
xmlutils.py Register XML namespaces cleanly with Python 2.7+ and 3.2+ 2011-05-13 22:03:50 +02:00