summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-04-19 00:59:12 -0400
committerChris McDonough <chrism@plope.com>2011-04-19 00:59:12 -0400
commitf06b2d255e67ee6a78a6420bde521d99b021d336 (patch)
tree5896b4e494ff3995896a8673d465a111b8f274c4
parentc3709de99988b7f9ca2ef2e86c3617ce1de5f4ed (diff)
downloadpyramid-f06b2d255e67ee6a78a6420bde521d99b021d336.tar.gz
pyramid-f06b2d255e67ee6a78a6420bde521d99b021d336.tar.bz2
pyramid-f06b2d255e67ee6a78a6420bde521d99b021d336.zip
garden
-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 .