diff options
author | Rob Austein <sra@hactrn.net> | 2007-12-28 21:57:51 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-12-28 21:57:51 +0000 |
commit | 8f4f144b714602e654a5d5fb102c164bacc9eac8 (patch) | |
tree | d74c5b03669ba31f4481c28abac9b188ef067052 | |
parent | 0915c0df4142d7567380436503eb311a656a7f8a (diff) |
Cleanup
svn path=/scripts/README; revision=1442
-rw-r--r-- | scripts/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/README b/scripts/README index 5ea8d9d4..ef8b9126 100644 --- a/scripts/README +++ b/scripts/README @@ -195,11 +195,6 @@ Current TO DO list: one-line methods. The remaining ones are probably hints at minor bits of abstraction still to be done. -- Need a logging subsystem, including syslog support. Absent a better - plan, see the Python syslog module. Primatives in the traceback - module provide a handy way to capture origin of a logging call - without a lot of error-prone manual tagging. - - Subsetting (req_* attributes in up-down protocol) - Error handling: make sure that exceptions map correctly to up-down |