From 56a10086cda6abdd33f5d50f4090c843eadb808d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 20 Feb 2012 13:55:09 -0500 Subject: garden --- TODO.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.txt b/TODO.txt index 78c1740d0..2d811288d 100644 --- a/TODO.txt +++ b/TODO.txt @@ -15,6 +15,12 @@ Nice-to-Have - Modify the urldispatch chapter examples to assume a scan rather than ``add_view``. +- Context manager for creating a new configurator (replacing + ``with_package``). E.g.:: + + with config.partial(package='bar') as c: + c.add_view(...) + - Decorator for append_slash_notfound_view_factory. - Introspection: -- cgit v1.2.3