From cdc866bf9e93902b240110e1fedd442552d8afbd Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 12 Apr 2011 18:25:46 -0400 Subject: request.response --- TODO.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3