summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-28 17:16:56 -0400
committerChris McDonough <chrism@plope.com>2011-07-28 17:16:56 -0400
commit6624092da587160e5d449af93eca3c0e779dfc55 (patch)
tree38a89b30311a83d098ed99e6ccf45fae15487a99 /TODO.txt
parent50d3aaf0fbbed262a49d7c704acf1159002c1558 (diff)
downloadpyramid-6624092da587160e5d449af93eca3c0e779dfc55.tar.gz
pyramid-6624092da587160e5d449af93eca3c0e779dfc55.tar.bz2
pyramid-6624092da587160e5d449af93eca3c0e779dfc55.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 4e24e1097..cf5d3c76c 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -20,7 +20,8 @@ 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.
+- Rename all config file values with a ``pyramid.`` prefix. Preserve bw
+ compat, though, for older config files.
- Try to figure out a way to keep "settings" as the original dictionary
passed to the Configurator instead of copying it.