From cc0ec2dafa16bc57a4f619a2e5fcdadd0010795c Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Tue, 27 Jul 2004 15:52:15 +0000 Subject: [PATCH] Remove a FIXME, and move the other to todolist. --- rawdoglib/rawdog.py | 2 -- todolist | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) 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? -- 2.35.1