summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt6
1 files changed, 6 insertions, 0 deletions
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: