summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-06-13 23:05:38 -0400
committerChris McDonough <chrism@plope.com>2011-06-13 23:05:38 -0400
commit3f4f67e76c2e1338377babd983e4071f52235132 (patch)
tree2ca76d26c5e7b293b9349ed79ce0f11e48e6218f /TODO.txt
parent8b1057beec5bf237e162ac3d3ab648cc7c22b392 (diff)
downloadpyramid-3f4f67e76c2e1338377babd983e4071f52235132.tar.gz
pyramid-3f4f67e76c2e1338377babd983e4071f52235132.tar.bz2
pyramid-3f4f67e76c2e1338377babd983e4071f52235132.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index ca2433d3c..9d9bbf1eb 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,15 +6,12 @@ Must-Have
- To subclass or not subclass http exceptions.
-- Flesh out IResponse interface. Attributes Used internally: unicode_body /
- body / content_type / charset / cache_expires / headers/
- default_content_type / set_cookie / headerlist / app_iter / status /
- __call__.
-
- Deprecate view.is_response?
- Move is_response to response.py?
+- Create add_response_adapter Configurator API?
+
- Make sure registering IResponse adapter for webob.Response doesn't make it
impossible to register an IResponse adapter for an interface that a
webob.Response happens to implement.