summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-06-14 05:34:47 -0400
committerChris McDonough <chrism@plope.com>2011-06-14 05:34:47 -0400
commit31d78e7ea78343dcf9405a86d4d817a1efda16dc (patch)
tree53762e1b87ee7e03e2cdb12cc5b3aee7ff4b942c /TODO.txt
parenta4d5525cdbb6b7e614939b20a340b989258779ca (diff)
parentcecfc9e459166f3de13141954a61eaa2d6c905f2 (diff)
downloadpyramid-31d78e7ea78343dcf9405a86d4d817a1efda16dc.tar.gz
pyramid-31d78e7ea78343dcf9405a86d4d817a1efda16dc.tar.bz2
pyramid-31d78e7ea78343dcf9405a86d4d817a1efda16dc.zip
merge httpexception-utils branch
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