From c5724cb393b3de6facfe8a587a53a4dafeeb74c6 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 11 Oct 2011 07:37:36 -0400 Subject: garden --- TODO.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'TODO.txt') 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)? + -- cgit v1.2.3