diff options
| -rw-r--r-- | TODO.txt | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ------------ |
