summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 96558e867..824935799 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -37,6 +37,10 @@ Should-Have
Nice-to-Have
------------
+- 1.4: turn ``pyramid.settings.Settings`` into a function that returns the
+ original dict (after ``__getattr__`` deprecation period, it was deprecated
+ in 1.2).
+
- Eliminate non-deployment-non-scaffold-related Paste dependencies:
``paste.urlparser.StaticURLParser``, ``paste.auth.auth_tkt`` (cutnpaste or
reimplement both).