feed: Use splitlines() instead of split('\r\n') in Feed.process()
authorW. Trevor King <wking@tremily.us>
Sun, 30 Jun 2013 16:33:48 +0000 (12:33 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 30 Jun 2013 20:24:23 +0000 (16:24 -0400)
commit744cce341375d8beabe3bd67bdbd21ce8a05db73
tree681c6b338ff854a75fba56bcc9a893e35f264a75
parent029d45d0e31de4fa5f4adeafd07b6a1ee27afb21
feed: Use splitlines() instead of split('\r\n') in Feed.process()

The specs require '\r\n', but we don't have to be that strict.
pycalendar/feed.py