summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-19 12:30:32 -0500
committerChris McDonough <chrism@plope.com>2011-01-19 12:30:32 -0500
commitcf0c36c429e29aa8d83f63324f8730a36ca8212e (patch)
tree28a0ab05bb92ea3edef7e240c370de9abdb86876 /TODO.txt
parentd07c249cd2bf57ffa9c0e959af5393adab1d8ce2 (diff)
downloadpyramid-cf0c36c429e29aa8d83f63324f8730a36ca8212e.tar.gz
pyramid-cf0c36c429e29aa8d83f63324f8730a36ca8212e.tar.bz2
pyramid-cf0c36c429e29aa8d83f63324f8730a36ca8212e.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index a8e0f45ca..b43edbb21 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -66,6 +66,8 @@ Must-Have (before 1.0)
Should-Have
-----------
+- Nicer Mako exceptions in WebError.
+
- Consider adding a default exception view for HTTPException and attendant
``redirect`` and ``abort`` functions ala Pylons.
@@ -90,9 +92,6 @@ Should-Have
- Make it possible to get at ACLDenied data from Forbidden response in
exceptionview.
-- ``config.meta`` or ``config.extend`` classmethod which adds a new method
- ("directive") to the Configurator class.
-
Nice-to-Have
------------