[Checkins] [zopefoundation/bobo] f01f70: - The ``bobo.Application`` constructor now accepts...

GitHub noreply at github.com
Sun Apr 6 18:29:45 CEST 2014


  Branch: refs/heads/misc-2014-4-6
  Home:   https://github.com/zopefoundation/bobo
  Commit: f01f704f653dba68f380d81583a81941bcf919eb
      https://github.com/zopefoundation/bobo/commit/f01f704f653dba68f380d81583a81941bcf919eb
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-04-06 (Sun, 06 Apr 2014)

  Changed paths:
    M bobo/README.txt
    M bobo/src/bobo.py
    M bobodoctestumentation/src/bobodoctestumentation/more.txt

  Log Message:
  -----------
  - The ``bobo.Application`` constructor now accepts objects as well as
  strings for the bobo options. This makes application definition from
  Python a bit cleaner.

- A new ``bobo_handle_exceptions`` options makes it easy to tell bobo
  not to catch application exceptions.  This is helpful is you're
  using WSGI middleware to handle exceptions.

- The object provided to ``bobo_errors`` option can now provide a
  subset of error handlers.




More information about the checkins mailing list