From 94b88987fd4f742538ccf43f5789e9c6463bca0e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 2 Nov 2010 03:35:17 -0400 Subject: - Remove references to 'WebOb' Response and just call it 'Response', and note that it is imported from pyramid. API docs can mention its inheritance from webob (aka "Provide a webob.Response class facade for forward compat"). --- TODO.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 654a6c38a..319ede56f 100644 --- a/TODO.txt +++ b/TODO.txt @@ -84,10 +84,6 @@ - Test on GAE, Jython, PyPy, IronPython. -- Remove references to 'WebOb' Response and just call it 'Response', and note - that it is imported from pyramid. API docs can mention its inheritance from - webob (aka "Provide a webob.Response class facade for forward compat"). - - Add docs for httpexceptions. - RendererHelper -> RendererInfo? -- cgit v1.2.3