summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO.txt b/TODO.txt
index 63f0414aa..eccfb34ed 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -24,12 +24,6 @@ Should-Have
- translationdir ZCML directive use of ``path_spec`` should maybe die.
-- Provide a response_set_cookie method on the request for rendered responses
- that can be used as input to response.set_cookie? Or maybe accessing
- ``request.response`` creates a Response, and you do
- ``request.response.set_cookie(...)``. See also
- https://github.com/Pylons/pyramid/issues/175
-
- Fix message catalog extraction / compilation documentation.
- Review http://alexmarandon.com/articles/zodb_bfg_pyramid_notes .