summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt16
1 files changed, 12 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index 0f7d6342c..fb72d42b5 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,13 +1,21 @@
Pyramid TODOs
=============
+Must-Have
+---------
+
+- 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.
+
+- Deprecate response_foo attrs on request at attribute set time rather than
+ lookup time.
+
Should-Have
-----------
-- Consider adding a default exception view for HTTPException and attendant
- ``redirect`` and ``abort`` functions ala Pylons (promised Mike I'd enable
- this in 1.1).
-
- Add narrative docs for wsgiapp and wsgiapp2.
Nice-to-Have