mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-28 19:40:54 +00:00
vobject uses \r\n as line endings. Writing this to a file is not a problem on Linux and newer versions of MacOS. On Windows \r\r\n gets written to disk and on older versions of MacOS \r\r gets written to disk, because python replaces \n by the system depended line ending. |
||
---|---|---|
.. | ||
tests | ||
__init__.py | ||
__main__.py | ||
auth.py | ||
config.py | ||
log.py | ||
rights.py | ||
storage.py | ||
xmlutils.py |