[Checkins] [zopefoundation/zope.error] 4e238b: Drop the use of reraise in favor of logger.error(e...

GitHub noreply at github.com
Sat Jul 22 16:07:38 CEST 2017


  Branch: refs/heads/issue7
  Home:   https://github.com/zopefoundation/zope.error
  Commit: 4e238b59d2613e7942259905e6cf9a726ddf6545
      https://github.com/zopefoundation/zope.error/commit/4e238b59d2613e7942259905e6cf9a726ddf6545
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-22 (Sat, 22 Jul 2017)

  Changed paths:
    M src/zope/error/error.py

  Log Message:
  -----------
  Drop the use of reraise in favor of logger.error(exc_info=).

This is cleaner and faster.
Thanks @mgedmin.




More information about the checkins mailing list