summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-01 01:02:22 -0400
committerChris McDonough <chrism@plope.com>2010-11-01 01:02:22 -0400
commit3a2af35cc39ae4d656ed766cb255342d1abd3641 (patch)
treece760e9bf771240018e6db1a833cd5c2acfc278f /TODO.txt
parent57e98d5407107321552b34cc780235d008f9f2af (diff)
downloadpyramid-3a2af35cc39ae4d656ed766cb255342d1abd3641.tar.gz
pyramid-3a2af35cc39ae4d656ed766cb255342d1abd3641.tar.bz2
pyramid-3a2af35cc39ae4d656ed766cb255342d1abd3641.zip
imply that a renderer helper implements a well-understood interface (IRendererInfo) that can act as a contract between a renderer factory and the framework
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 0fa2852ea..56038e3c0 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -66,8 +66,6 @@
- .flash API on session.
-- Provide a webob.Response class facade for forward compat.
-
- CRSF token machinery
- ``add_handler`` documentation.
@@ -98,6 +96,8 @@
- Remove references to 'WebOb' Response and just call it 'Response', and note
that it is imported from pyramid. API docs can mention its inheritance from
- webob.
+ webob (aka "Provide a webob.Response class facade for forward compat").
- Add docs for httpexceptions.
+
+- RendererHelper -> RendererInfo?