[Checkins] [zopefoundation/Products.SiteErrorLog] 784cbf: Fix #17: report traversal problems (#18)

Dieter Maurer noreply at github.com
Fri Mar 15 09:05:33 CET 2019


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Products.SiteErrorLog
  Commit: 784cbf0a7970003b8209a02f2b105ddf534287cd
      https://github.com/zopefoundation/Products.SiteErrorLog/commit/784cbf0a7970003b8209a02f2b105ddf534287cd
  Author: Dieter Maurer <d-maurer at users.noreply.github.com>
  Date:   2019-03-15 (Fri, 15 Mar 2019)

  Changed paths:
    M CHANGES.rst
    M src/Products/SiteErrorLog/SiteErrorLog.py
    M src/Products/SiteErrorLog/tests/testSiteErrorLog.py

  Log Message:
  -----------
  Fix #17: report traversal problems (#18)

* Fix #17: report traversal problems

* Explicitely test `published` against `None` to allow for unusual `bool` convertions of `published`

* Ability to report problems caused by method calls (such as "manage_delObjects")

* add space before inline comment to get `flake8` happy

* Added tests for the recognition of traversal and method exceptions




More information about the checkins mailing list