summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt23
1 files changed, 21 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index e640308ea..069af7b05 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -5,8 +5,6 @@
- Basic WSGI documentation (pipeline / app / server).
-- Provide a webob.Response class facade for forward compat.
-
- Fix message catalog extraction / compilation documentation.
- Change docs about creating a venusian decorator to not use ZCA.
@@ -63,3 +61,24 @@
use ``request.add_response_callback``.
- Update App engine chapter.
+
+- P2
+
+- Add SessionFactory interface
+
+- Create session interface (flash() is part of it, figure out granularity)
+
+- Add CacheFactory interface
+
+- Browser id
+
+- Handler stuff from Pylons2
+
+- HTTPExceptions facade
+
+- Signed_signature method of the request and response from pylons2.
+
+- Provide a webob.Response class facade for forward compat.
+
+- CRSF token machinery
+