From 3a2af35cc39ae4d656ed766cb255342d1abd3641 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 1 Nov 2010 01:02:22 -0400 Subject: imply that a renderer helper implements a well-understood interface (IRendererInfo) that can act as a contract between a renderer factory and the framework --- TODO.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TODO.txt') 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? -- cgit v1.2.3