diff options
| -rw-r--r-- | TODO.txt | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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)? + |
