summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-25 01:24:56 -0400
committerChris McDonough <chrism@plope.com>2011-07-25 01:24:56 -0400
commitbc116a15f94b92aa0216d86f2e0a32fe53d4c450 (patch)
tree526579944c4f4bf951049d56021ed0ba60575f24
parentaca04857400e4e5305d7f533f26dc705f5a85775 (diff)
downloadpyramid-bc116a15f94b92aa0216d86f2e0a32fe53d4c450.tar.gz
pyramid-bc116a15f94b92aa0216d86f2e0a32fe53d4c450.tar.bz2
pyramid-bc116a15f94b92aa0216d86f2e0a32fe53d4c450.zip
garden
-rw-r--r--TODO.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 113dcddee..49f137fa2 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -13,11 +13,14 @@ Should-Have
during a config.include (they are related, so just exposing the currently
underscored-private _set_auth* methods won't cut it).
+- Rename all config file values with a ``pyramid.`` prefix.
+
+- Try to figure out a way to keep "settings" as the original dictionary
+ passed to the Configurator instead of copying it.
+
Nice-to-Have
------------
-- Rename all config file values with a ``pyramid.`` prefix.
-
- Maybe add ``add_renderer_globals`` method to Configurator.
- Speed up startup time (defer _bootstrap and registerCommonDirectives()