Chris McDonough
2011-07-12 f55b54a16def0bb0c463ee302dd12eefaa3638ad
TODO.txt
@@ -4,24 +4,31 @@
Must-Have
---------
- To subclass or not subclass http exceptions.
- add_route discriminator wrong
- Depend on only __call__ interface or only 3-attr interface in builtin code
  that deals with response objects.
- tutorial models.initialize_sql doesn't match scaffold
  (DBSession.rollback()/transaction.abort() in scaffold vs. "pass" in
  tutorial)
- Figure out what to do with ``is_response``.
- Docs mention ``exception.args[0]`` as a way to get messages; check that
  this works.
- deprecate request.add_response_callback (or at least review docs, in light
  of request.response property).
Should-Have
-----------
- Make "localizer" a property of request (instead of requiring
  "get_localizer(request)"?
- Investigate mod_wsgi tutorial to make sure it still works (2 reports say
  no; application package not found).
- Add narrative docs for wsgiapp and wsgiapp2.
Nice-to-Have
------------
- Maybe add ``add_renderer_globals`` method to Configurator.
- Speed up startup time (defer _bootstrap and registerCommonDirectives()
  until needed by ZCML, as well as unfound speedups).