Bug#569273: Parsing \t (escaped tab character) raises ParseError

2010-02-10 Thread Raphael Wimmer
Package: python-vobject Version: 0.8.1c-3 When parsing an iCal file containing \t (tab, actually two characters) using readOne(), the parser raises a ParseError, aborting the parsing. This defect is _not_ in the upstream source but introduced by Debian patch

Bug#569273: [Calendarserver-maintainers] Bug#569273: Parsing \t (escaped tab character) raises ParseError

2010-02-10 Thread Guido Günther
On Thu, Feb 11, 2010 at 05:00:42AM +0100, Raphael Wimmer wrote: Package: python-vobject Version: 0.8.1c-3 When parsing an iCal file containing \t (tab, actually two characters) using readOne(), the parser raises a ParseError, aborting the parsing. This defect is _not_ in the upstream