summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-04-18 23:07:09 +0000
committerChris McDonough <chrism@agendaless.com>2010-04-18 23:07:09 +0000
commit05d1f7d8e626d1b3d3ac5265f221e8fedf040ba5 (patch)
tree7a993deab0aff6a428f64b23dff77078563e01fd
parent32418e223db03ebdb1ba3fc6ed64f7c1a79a3f72 (diff)
downloadpyramid-05d1f7d8e626d1b3d3ac5265f221e8fedf040ba5.tar.gz
pyramid-05d1f7d8e626d1b3d3ac5265f221e8fedf040ba5.tar.bz2
pyramid-05d1f7d8e626d1b3d3ac5265f221e8fedf040ba5.zip
Get rid of some already-done items.
-rw-r--r--TODO.txt24
1 files changed, 5 insertions, 19 deletions
diff --git a/TODO.txt b/TODO.txt
index e6bbca8df..e8f983ac9 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -3,28 +3,14 @@
- Supply ``X-Vhm-Host`` support.
-- Review tutorials.
-
- Basic WSGI documentation (pipeline / app / server).
-- Document exception view lookup machinery:
-
- - Lookup proceeds by request interface first and then by interface provided
- by exception.
-
- - If lookup fails with more special request interface (read as request
- interface related to some route) it will fallback to lookup by IRequest.
-
- - Current order of interfaces used for exception view lookup leads to the
- following statement: view with more special request interface and more
- common context interfaces always matched first, event if we have view
- with IRequest, but more special context interfaces (see integration tests
- with hybridapp for route9).
-
-- Use Venusian for decorator scanning (fix Venusian to have scan
- categories first).
-
- Allow a translator to be supplied for template rendering.
+- Allow a debug argument to be supplied for template rendering.
+
- Figure out a way to expose some of the functionality of
``Configurator._derive_view`` as an API.
+
+- Provide a webob.Response class facade for forward compat.
+