From 88637857ca84eb74fd318ad1bf8c4464e50ae662 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Thu, 14 Apr 2016 11:23:00 -0500 Subject: add a note in the todo about python 3.3 --- TODO.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 837c9d681..ff567bca8 100644 --- a/TODO.txt +++ b/TODO.txt @@ -124,6 +124,7 @@ Future ``hashalg`` to ``sha512``. - 1.8: Remove set_request_property. +- 1.8: Drop Python 3.3 support. - 1.9: Remove extra code enabling ``pyramid.security.remember(principal=...)`` and force use of ``userid``. -- cgit v1.2.3 From 99c1033df773517683fc6ca050c9dfa3248614c2 Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Thu, 14 Apr 2016 21:32:27 -0600 Subject: Remove TODO item --- TODO.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index ff567bca8..797f8acef 100644 --- a/TODO.txt +++ b/TODO.txt @@ -120,9 +120,6 @@ Future - 1.6: Remove IContextURL and TraversalContextURL. -- 1.7: Change ``pyramid.authentication.AuthTktAuthenticationPolicy`` default - ``hashalg`` to ``sha512``. - - 1.8: Remove set_request_property. - 1.8: Drop Python 3.3 support. -- cgit v1.2.3