summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-20 13:55:09 -0500
committerChris McDonough <chrism@plope.com>2012-02-20 13:55:09 -0500
commit56a10086cda6abdd33f5d50f4090c843eadb808d (patch)
treefbda13ef9e3a221a4279b50a320091dc050635f8 /TODO.txt
parent225a7b88ced6d2c4453a67b03d3c3592caf5141a (diff)
downloadpyramid-56a10086cda6abdd33f5d50f4090c843eadb808d.tar.gz
pyramid-56a10086cda6abdd33f5d50f4090c843eadb808d.tar.bz2
pyramid-56a10086cda6abdd33f5d50f4090c843eadb808d.zip
garden
Diffstat (limited to 'TODO.txt')
-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: