From 4d1602230db7b1274fd7fff43764c46a6e52b83b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 10 Apr 2011 14:58:42 -0400 Subject: garden --- TODO.txt | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/TODO.txt b/TODO.txt index 4066b47e9..07e74ba0d 100644 --- a/TODO.txt +++ b/TODO.txt @@ -14,26 +14,6 @@ Should-Have - Speed up startup time (defer _bootstrap and registerCommonDirectives() until needed by ZCML, as well as unfound speedups). -- Reversing (context, request) in function view callable arglist produces - incomprehensible traceback:: - - def aview(request, context): - return {} - - if __name__ == '__main__': - from pyramid.config import Configurator - from paste.httpserver import serve - c = Configurator() - c.add_view(aview, renderer='__main__:foo.pt') - serve(c.make_wsgi_app()) - - File "/home/chrism/projects/pyramid/pyramid/config.py", line 2981, in map_nonclass - ronly = requestonly(view, self.attr) - File "/home/chrism/projects/pyramid/pyramid/config.py", line 3071, in requestonly - if len(args) - len(defaults) == 1: - zope.configuration.config.ConfigurationExecutionError: : object of type 'NoneType' has no len() in: - ('reversed.py', 14, '', "c.add_view(aview, renderer='__main__:foo.pt')") - - Fix misleading conflict error reports for static views ala http://cluebin.appspot.com/pasted/7242843 -- cgit v1.2.3