From 614f00c88733b5248922e2b610c96f7c8c3ff57c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 19 Nov 2010 22:28:50 -0500 Subject: - Remove calls to config.begin()/config.end() from startup config code in tutorials and paster templates (no longer required). --- TODO.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 3d36e3a3d..ab2b521ae 100644 --- a/TODO.txt +++ b/TODO.txt @@ -16,9 +16,6 @@ Must-Have (before 1.0) - Use ``@register_view`` instead of ``@view_config`` and change view docs to use "view registration" instead of "view configuration". -- Remove calls to config.begin()/config.end() from startup config code in - tutorials and paster templates (no longer required). - - SQLAlchemy idiomatics: mcdonc: those paster templates all look pretty good... the @@ -59,7 +56,7 @@ Must-Have (before 1.0) Should-Have ----------- -- Try to make test suite pass on PyPy, IronPython. +- Try to make test suite pass on IronPython. - Add docs for httpexceptions module for each webob.exc class that inherits from WSGIHTTPException. -- cgit v1.2.3