From d35851138f3b7d1888893efbf0ec991dcd8cf566 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sat, 19 Nov 2016 13:11:16 -0600 Subject: make settings only accessible using dictionary lookup Remove the deprecated ability to access settings using attribute lookup. --- TODO.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TODO.txt') 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. -- cgit v1.2.3