summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-20 16:35:40 -0500
committerChris McDonough <chrism@plope.com>2010-11-20 16:35:40 -0500
commit94a527194b22fdd11263d94bf7be19f524a0141e (patch)
tree8e69bf228c7a92be432e12f3a4c365a145a456e9
parentdf3f64ac77304db5d95a1cd33f07320a458b278a (diff)
downloadpyramid-94a527194b22fdd11263d94bf7be19f524a0141e.tar.gz
pyramid-94a527194b22fdd11263d94bf7be19f524a0141e.tar.bz2
pyramid-94a527194b22fdd11263d94bf7be19f524a0141e.zip
gardening, add twophase todo
-rw-r--r--TODO.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index e1692695c..479b20c3a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,7 +6,8 @@ Must-Have (before 1.0)
- Add a ``handler`` ZCML directive. This implies some slightly dicey
refactoring of the configurator to allow it to generate ZCML
- "discriminators" for views and routes.
+ "discriminators" for views and routes, that could be implemented in terms
+ of "twophase configuration" in "should have" below.
- Provide a .flash API on session object.
@@ -40,8 +41,6 @@ Must-Have (before 1.0)
Should-Have
-----------
-- Try to make test suite pass on IronPython.
-
- Add docs for httpexceptions module for each webob.exc class that inherits
from WSGIHTTPException.
@@ -58,9 +57,13 @@ Should-Have
- Change "Cleaning up After a Request" in the urldispatch chapter to
use ``request.add_response_callback``.
+- Twophase configuration (config = Configurator(autocommit=False))
+
Nice-to-Have
------------
+- Try to make test suite pass on IronPython.
+
- Non-bwcompat use of threadlocals that need to be documented or ameliorated:
security.principals_allowed_by_permission