summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-10-11 07:37:36 -0400
committerChris McDonough <chrism@plope.com>2011-10-11 07:37:36 -0400
commitc5724cb393b3de6facfe8a587a53a4dafeeb74c6 (patch)
tree9700a32898f6e8dc36318dcbc268544731609ca2
parenta8b272f130e92847538a5145e7fd119228854510 (diff)
downloadpyramid-c5724cb393b3de6facfe8a587a53a4dafeeb74c6.tar.gz
pyramid-c5724cb393b3de6facfe8a587a53a4dafeeb74c6.tar.bz2
pyramid-c5724cb393b3de6facfe8a587a53a4dafeeb74c6.zip
garden
-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)?
+