summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-21 21:49:08 -0500
committerChris McDonough <chrism@plope.com>2010-11-21 21:49:08 -0500
commitd15421c6a06e411d4ab7af3739440d5fa7556945 (patch)
tree3939b8d0ef0b81cb2f54b68016b267fc9ef19dda /TODO.txt
parent76e48bbbde9891aa98205d4f9fd8c47d15a7f0eb (diff)
downloadpyramid-d15421c6a06e411d4ab7af3739440d5fa7556945.tar.gz
pyramid-d15421c6a06e411d4ab7af3739440d5fa7556945.tar.bz2
pyramid-d15421c6a06e411d4ab7af3739440d5fa7556945.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 41ea2c9e4..ea7989d39 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -35,7 +35,9 @@ Should-Have
- Change "Cleaning up After a Request" in the urldispatch chapter to
use ``request.add_response_callback``.
-- Twophase configuration (config = Configurator(autocommit=False))
+- Twophase configuration (config = Configurator(autocommit=False)). Maybe
+ use ``zope.configuration`` ConfigurationContext as config.registry.ctx and
+ push execution into the configurator.
Nice-to-Have
------------