From 85672acc4da0335defc2a77e5d2121ab9195871c Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sat, 19 Nov 2016 11:45:38 -0600 Subject: update todo --- TODO.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 797f8acef..d62efee5a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -120,9 +120,7 @@ Future - 1.6: Remove IContextURL and TraversalContextURL. -- 1.8: Remove set_request_property. -- 1.8: Drop Python 3.3 support. - +- 1.9: Remove set_request_property. - 1.9: Remove extra code enabling ``pyramid.security.remember(principal=...)`` and force use of ``userid``. -- cgit v1.2.3 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