From 7097eaac8e6378571fa3f535a5db7600ca5d1c7a Mon Sep 17 00:00:00 2001 From: Ben Bangert Date: Sat, 30 Oct 2010 15:53:09 -0700 Subject: Update TODO to indicate Mako docs are in, and add todo for removing webob reference and add todo for httpexceptions. --- TODO.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index 808c47b5a..818ba5376 100644 --- a/TODO.txt +++ b/TODO.txt @@ -70,8 +70,6 @@ - CRSF token machinery -- Mako docs (in templating chapter). - - ``add_handler`` documentation. - ``handler`` ZCML directive. @@ -100,3 +98,7 @@ ``renderer``; pass a dictionary to each renderer instead of a string. - Test on GAE, Jython, PyPy, IronPython. + +- 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. -- cgit v1.2.3 From 3c9a0480762afa6292fb1b9355f179153ad2ed41 Mon Sep 17 00:00:00 2001 From: Ben Bangert Date: Sat, 30 Oct 2010 15:54:03 -0700 Subject: Actually add the todo for httpexceptions. --- TODO.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.txt b/TODO.txt index 818ba5376..a8d9f057e 100644 --- a/TODO.txt +++ b/TODO.txt @@ -102,3 +102,5 @@ - 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. + +- Add docs for httpexceptions. -- cgit v1.2.3