summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-04-18 13:28:52 -0400
committerChris McDonough <chrism@plope.com>2011-04-18 13:28:52 -0400
commit6f0805ec33252d391338972eaadea25262b6d71c (patch)
tree523aba0bb883dda71561afae5d24a75b115732ef /TODO.txt
parent623b526e76afa0cac2b878c3b3801dc071cc5f78 (diff)
downloadpyramid-6f0805ec33252d391338972eaadea25262b6d71c.tar.gz
pyramid-6f0805ec33252d391338972eaadea25262b6d71c.tar.bz2
pyramid-6f0805ec33252d391338972eaadea25262b6d71c.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index d5d676d21..dd2947477 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -27,7 +27,8 @@ Should-Have
- 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(...)``.
+ ``request.response.set_cookie(...)``. See also
+ https://github.com/Pylons/pyramid/issues/175
- Fix message catalog extraction / compilation documentation.