summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklm1998-12-19 21:02:44 +0000
committerklm1998-12-19 21:02:44 +0000
commite9b488ff75e4006820e85db5d80b855517bcc60a (patch)
tree379efe88ac10851039d6e8ec22a5788bb00623c6
parenta22b3eb9656f989c7c9c49ea66b6dc8ae5fc3bee (diff)
downloadmailman-e9b488ff75e4006820e85db5d80b855517bcc60a.tar.gz
mailman-e9b488ff75e4006820e85db5d80b855517bcc60a.tar.zst
mailman-e9b488ff75e4006820e85db5d80b855517bcc60a.zip
Suggested improving error messages, indicating file, maillist, etc at
fault. Refined class exceptions improvement suggestion, specifying an idea i have about organization...
-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.