diff options
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -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 |
