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

GitHub noreply at github.com
Sun Apr 6 20:29:15 CEST 2014


  Branch: refs/heads/master
  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.


  Commit: 6b55166d4dc77b707e967ef15506a79b0372e561
      https://github.com/zopefoundation/bobo/commit/6b55166d4dc77b707e967ef15506a79b0372e561
  Author: Patrick Strawderman <patrick at kilink.net>
  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:
  -----------
  Merge pull request #4 from zopefoundation/misc-2014-4-6

Misc cleanups.


Compare: https://github.com/zopefoundation/bobo/compare/88f1c38a1def...6b55166d4dc7


More information about the checkins mailing list