summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorMichael Merickel <mmerickel@users.noreply.github.com>2016-11-20 15:28:08 -0600
committerGitHub <noreply@github.com>2016-11-20 15:28:08 -0600
commit3c5db5881058b730d9ce5ad0e49667c28ad63e25 (patch)
tree50f80f80516e2deeb114abea11ae7064b754d859 /TODO.txt
parent14fcc74cfdeafbca57256d7365a8d9f508d9f222 (diff)
parent7b58c0f003107aba5fde6cde57f13491d5248c76 (diff)
downloadpyramid-3c5db5881058b730d9ce5ad0e49667c28ad63e25.tar.gz
pyramid-3c5db5881058b730d9ce5ad0e49667c28ad63e25.tar.bz2
pyramid-3c5db5881058b730d9ce5ad0e49667c28ad63e25.zip
Merge pull request #2823 from mmerickel/remove-custom-settings-object
make settings only accessible using dictionary 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.