diff options
| author | klm | 1998-12-19 21:02:44 +0000 |
|---|---|---|
| committer | klm | 1998-12-19 21:02:44 +0000 |
| commit | e9b488ff75e4006820e85db5d80b855517bcc60a (patch) | |
| tree | 379efe88ac10851039d6e8ec22a5788bb00623c6 | |
| parent | a22b3eb9656f989c7c9c49ea66b6dc8ae5fc3bee (diff) | |
| download | mailman-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-- | TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. |
