summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-04-12 18:25:46 -0400
committerChris McDonough <chrism@plope.com>2011-04-12 18:25:46 -0400
commitcdc866bf9e93902b240110e1fedd442552d8afbd (patch)
tree3c030113016cac4e6c639c53e6fb1516ac0b7549
parent74f9ae53e204ed0afa3da1a4ef4d8c96373fdef2 (diff)
downloadpyramid-cdc866bf9e93902b240110e1fedd442552d8afbd.tar.gz
pyramid-cdc866bf9e93902b240110e1fedd442552d8afbd.tar.bz2
pyramid-cdc866bf9e93902b240110e1fedd442552d8afbd.zip
request.response
-rw-r--r--TODO.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index aa109c93a..34a0e47aa 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -28,7 +28,9 @@ 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?
+ 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(...)``.
- Fix message catalog extraction / compilation documentation.