summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-11-19 13:11:16 -0600
committerMichael Merickel <michael@merickel.org>2016-11-19 13:14:07 -0600
commitd35851138f3b7d1888893efbf0ec991dcd8cf566 (patch)
tree0e099743bc0fe847df4a02b4ba8afe5d7e6f0f53 /TODO.txt
parent85672acc4da0335defc2a77e5d2121ab9195871c (diff)
downloadpyramid-d35851138f3b7d1888893efbf0ec991dcd8cf566.tar.gz
pyramid-d35851138f3b7d1888893efbf0ec991dcd8cf566.tar.bz2
pyramid-d35851138f3b7d1888893efbf0ec991dcd8cf566.zip
make settings only accessible using dictionary lookup
Remove the deprecated ability to access settings using attribute lookup.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index d62efee5a..b064cd8e8 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -114,10 +114,6 @@ Nice-to-Have
Future
------
-- 1.6: turn ``pyramid.settings.Settings`` into a function that returns the
- original dict (after ``__getattr__`` deprecation period, it was deprecated
- in 1.2).
-
- 1.6: Remove IContextURL and TraversalContextURL.
- 1.9: Remove set_request_property.