Remove a FIXME, and move the other to todolist.
authorAdam Sampson <ats@offog.org>
Tue, 27 Jul 2004 15:52:15 +0000 (15:52 +0000)
committerAdam Sampson <ats@offog.org>
Tue, 27 Jul 2004 15:52:15 +0000 (15:52 +0000)
rawdoglib/rawdog.py
todolist

index da5e7e48895af1a9d4d6f40897c34e1aca7ff7cf..a54d1781dcb82da3a8ae7e7f63e5e7d20bb28f22 100644 (file)
@@ -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 <azz@us-lot.org>
 #
index da999226a3c9c055c038a4fe0536b2be6d068997..6d5acd6ec4896a89e41e08962190f4c16a2a0261 100644 (file)
--- 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?