summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index c8b8ad4a2..9ce818c4e 100644
--- a/TODO
+++ b/TODO
@@ -94,7 +94,11 @@ The Mailman TODO list
- Use the re module where regexp and regsub are used.
- Refine any remaining unqualified exception guards to specify target
exceptions, when appropriate.
-- Turn standard mailman exceptions into class exceptions.
+- Turn standard mailman exceptions into class exceptions. (In
+ particular, categorize into, eg, message-hold vs other sorts of
+ exceptions.)
+- Make error messages indicate the file, maillist, etc at fault, when
+ possible.
- Seperate edit-options from the subscribe script.
- Remove dead code, etc.