summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index 1e155e2be..8941562e6 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,9 +4,6 @@ Pyramid TODOs
Nice-to-Have
------------
-- Have ``remember`` and ``forget`` actually set headers on the response using
- a response callback (and return the empty list)?
-
- Add narrative docs for wsgiapp and wsgiapp2.
- Better "Extending" chapter.
@@ -76,8 +73,6 @@ Future
- 1.3: Add a default-view-config-params decorator that can be applied to a
class which names defaults for method-based view_config decorator options.
-- 1.3: use zope.registry rather than zope.component.
-
- 1.4: Remove ``chameleon_text`` / ``chameleon_zpt`` deprecated functions
(render_*)
@@ -109,3 +104,6 @@ Probably Bad Ideas
- Supply ``X-Vhm-Host`` support (probably better to do what paste#prefix
middleware does).
+- Have ``remember`` and ``forget`` actually set headers on the response using
+ a response callback (and return the empty list)?
+