summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index 2aa1dc487..62b8c39f4 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -38,8 +38,6 @@ Nice-to-Have
- Add narrative docs for wsgiapp and wsgiapp2.
-- Flesh out "Paste" narrative docs chapter.
-
- Basic WSGI documentation (pipeline / app / server).
- Change docs about creating a venusian decorator to not use ZCA (use
@@ -118,9 +116,6 @@ Nice-to-Have
Future
------
-- 1.5: Maybe? deprecate set_request_property in favor of pointing people at
- add_request_method, schedule removal for 1.8?
-
- 1.6: turn ``pyramid.settings.Settings`` into a function that returns the
original dict (after ``__getattr__`` deprecation period, it was deprecated
in 1.2).
@@ -130,6 +125,8 @@ Future
- 1.7: Change ``pyramid.authentication.AuthTktAuthenticationPolicy`` default
``hashalg`` to ``sha512``.
+- 1.8 Remove set_request_property.
+
Probably Bad Ideas
------------------