summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt6
1 files 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.