summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.