From: Adam Sampson Date: Tue, 27 Jul 2004 15:52:15 +0000 (+0000) Subject: Remove a FIXME, and move the other to todolist. X-Git-Tag: v2.0.pre1~8 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=cc0ec2dafa16bc57a4f619a2e5fcdadd0010795c;p=rawdog%2F.git Remove a FIXME, and move the other to todolist. --- diff --git a/rawdoglib/rawdog.py b/rawdoglib/rawdog.py index da5e7e4..a54d178 100644 --- a/rawdoglib/rawdog.py +++ b/rawdoglib/rawdog.py @@ -1,5 +1,3 @@ -# FIXME redo sorting hack in feedparser -# FIXME maybe redo numeric entities patch? # rawdog: RSS aggregator without delusions of grandeur. # Copyright 2003, 2004 Adam Sampson # diff --git a/todolist b/todolist index da99922..6d5acd6 100644 --- a/todolist +++ b/todolist @@ -1,3 +1,5 @@ +FIXME: redo sorting hack in feedparser. + If rawdog crashes while updating a feed, it shouldn't forget the feeds it's already updated. Perhaps have an exception handler that keeps a safety copy of the state file and saves where it's got to so far?