summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()