summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-05-15 14:43:54 -0400
committerChris McDonough <chrism@plope.com>2011-05-15 14:43:54 -0400
commit2ce65257cce304bd0f14d3b1bd4fd83ab957398b (patch)
treedbc66ab3df4adfb12f9fabc86d60139eeb77de9f /TODO.txt
parent87a85fac02df21a7a8439dfaf397e47ed75db1d2 (diff)
downloadpyramid-2ce65257cce304bd0f14d3b1bd4fd83ab957398b.tar.gz
pyramid-2ce65257cce304bd0f14d3b1bd4fd83ab957398b.tar.bz2
pyramid-2ce65257cce304bd0f14d3b1bd4fd83ab957398b.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/TODO.txt b/TODO.txt
index 0be9f9861..0f7d6342c 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,27 +4,23 @@ Pyramid TODOs
Should-Have
-----------
-- Speed up startup time (defer _bootstrap and registerCommonDirectives()
- until needed by ZCML, as well as unfound speedups).
-
- 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.
-- Review http://alexmarandon.com/articles/zodb_bfg_pyramid_notes .
-
Nice-to-Have
------------
+- Speed up startup time (defer _bootstrap and registerCommonDirectives()
+ until needed by ZCML, as well as unfound speedups).
+
- Nicer Mako exceptions in WebError.
- Response.RequestClass should probably be pyramid.request.Request but this
may imply actually subclassing webob.Response
-- Consider per-form_id CSRF instead of per-session global CSRF token.
-
- Better "Extending" chapter.
- Try to make test suite pass on IronPython.