Skip to content

Commit

Permalink
gardening, add twophase todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Nov 20, 2010
1 parent df3f64a commit 94a5271
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions TODO.txt
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 94a5271

Please sign in to comment.