From eb7ea411bfce55085449b79ac88aac19af0e232f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 6 Sep 2010 00:06:48 +0000 Subject: - The ``repoze.bfg.interfaces.INewResponse`` interface now includes a ``request`` attribute; as a result, a handler for INewResponse now has access to the request which caused the response. - The INewResponse event is now not sent to listeners if the response returned by view code (or a renderer) is not a "real" response (e.g. if it does not have ``.status``, ``.headerlist`` and ``.app_iter`` attribtues). --- TODO.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index cad566fc5..469eae26e 100644 --- a/TODO.txt +++ b/TODO.txt @@ -59,8 +59,6 @@ - Raise an exception when a value in response_headerlist is not a string or decide to encode. -- Make NewResponse event carry request. - - Change docs so that we dont use INewReponse, but instead just NewResponse (likewise for INewRequest, etc). -- cgit v1.2.3