summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-10-26 01:52:16 -0400
committerChris McDonough <chrism@plope.com>2010-10-26 01:52:16 -0400
commit9b8d0ca728b9668d853032dc2ed9136887a9bdf9 (patch)
tree4645c24f93a755508d729cab46d434f26168b538 /TODO.txt
parent8df795a82d4ee0a5670964ad18f7cfa54583aedb (diff)
downloadpyramid-9b8d0ca728b9668d853032dc2ed9136887a9bdf9.tar.gz
pyramid-9b8d0ca728b9668d853032dc2ed9136887a9bdf9.tar.bz2
pyramid-9b8d0ca728b9668d853032dc2ed9136887a9bdf9.zip
add handler code
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt13
1 files changed, 5 insertions, 8 deletions
diff --git a/TODO.txt b/TODO.txt
index 840dfb072..713ba64a1 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -62,8 +62,6 @@
- Update App engine chapter.
-- P2
-
- Add SessionFactory interface
- Create session interface (flash() is part of it, figure out granularity)
@@ -74,17 +72,16 @@
- Handler stuff from Pylons2
-- HTTPExceptions facade
-
- Signed_signature method of the request and response from pylons2.
- Provide a webob.Response class facade for forward compat.
- CRSF token machinery
-- Converter: <configure xmlns="http://namespaces.repoze.org/bfg"> ->
- <configure xmlns="http://pyramid.pylonshq.com/">
+- Mako docs (in templating).
+
+- Paster template that has Mako.
-- Converter: <include package="repoze.bfg.includes" /> ->
- <include package="pyramid.includes" />
+- ``add_handler`` documentation.
+- ``handler`` ZCML directive.