[CalendarServer-changes] [3457] CalendarServer/branches/users/wsanchez/deployment/lib-patches/ vobject

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 4 10:24:20 PST 2008


Revision: 3457
          http://trac.macosforge.org/projects/calendarserver/changeset/3457
Author:   cdaboo at apple.com
Date:     2008-12-04 10:24:18 -0800 (Thu, 04 Dec 2008)
Log Message:
-----------
Fix the merge of r3431 as vobject is different here than in trunk.

Added Paths:
-----------
    CalendarServer/branches/users/wsanchez/deployment/lib-patches/vobject/src.vobject.icalendar.patch

Removed Paths:
-------------
    CalendarServer/branches/users/wsanchez/deployment/lib-patches/vobject/vobject.icalendar.patch

Added: CalendarServer/branches/users/wsanchez/deployment/lib-patches/vobject/src.vobject.icalendar.patch
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/lib-patches/vobject/src.vobject.icalendar.patch	                        (rev 0)
+++ CalendarServer/branches/users/wsanchez/deployment/lib-patches/vobject/src.vobject.icalendar.patch	2008-12-04 18:24:18 UTC (rev 3457)
@@ -0,0 +1,17 @@
+Index: src/vobject/icalendar.py
+===================================================================
+--- src/vobject/icalendar.py	(revision 193)
++++ src/vobject/icalendar.py	(working copy)
+@@ -1631,9 +1631,10 @@
+                 else:
+                     current = current + char
+             else:
+-                state = "read normal"
++                #state = "read normal"
+                 # leave unrecognized escaped characters for later passes
+-                current = current + '\\' + char 
++                #current = current + '\\' + char
++                raise ParseError("error: illegal escape sequence: '\\%s'" % (char,))
+ 
+         elif state == "end":    #an end state
+             if current != "" or len(results) == 0:

Deleted: CalendarServer/branches/users/wsanchez/deployment/lib-patches/vobject/vobject.icalendar.patch
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/lib-patches/vobject/vobject.icalendar.patch	2008-12-04 16:09:17 UTC (rev 3456)
+++ CalendarServer/branches/users/wsanchez/deployment/lib-patches/vobject/vobject.icalendar.patch	2008-12-04 18:24:18 UTC (rev 3457)
@@ -1,17 +0,0 @@
-Index: vobject/icalendar.py
-===================================================================
---- vobject/icalendar.py	(revision 210)
-+++ vobject/icalendar.py	(working copy)
-@@ -1660,9 +1660,10 @@
-                 else:
-                     current = current + char
-             else:
--                state = "read normal"
-+                #state = "read normal"
-                 # leave unrecognized escaped characters for later passes
--                current = current + '\\' + char 
-+                #current = current + '\\' + char 
-+                raise ParseError("error: illegal escape sequence: '\\%s'" % (char,))
- 
-         elif state == "end":    #an end state
-             if current != "" or len(results) == 0:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081204/81fd76e5/attachment.html>


More information about the calendarserver-changes mailing list