summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 27ab9ffb5..fb72d42b5 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,7 +4,8 @@ Pyramid TODOs
Must-Have
---------
-- To subclass or not subclass http exceptions.
+- Copy exception templates from webob.exc into pyramid.httpexceptions and
+ ensure they all work.
- Docs mention ``exception.args[0]`` as a way to get messages; check that
this works.