[Checkins] [zopefoundation/zope.app.publication] d16bc8: Avoid passing unicode to logging.warning()

Marius Gedminas noreply at github.com
Thu Jun 27 23:21:03 CEST 2019


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.publication
  Commit: d16bc8bcf64cc4969620505f71daaed4a6e682c8
      https://github.com/zopefoundation/zope.app.publication/commit/d16bc8bcf64cc4969620505f71daaed4a6e682c8
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-06-27 (Thu, 27 Jun 2019)

  Changed paths:
    M src/zope/app/publication/zopepublication.py

  Log Message:
  -----------
  Avoid passing unicode to logging.warning()

Fixes #8.


  Commit: f72c21efbb42dd51bb14aec5981e03741b2319ee
      https://github.com/zopefoundation/zope.app.publication/commit/f72c21efbb42dd51bb14aec5981e03741b2319ee
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-06-27 (Thu, 27 Jun 2019)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Update changelog


  Commit: 3a5568918ec2787535a6f223431db880d44957b1
      https://github.com/zopefoundation/zope.app.publication/commit/3a5568918ec2787535a6f223431db880d44957b1
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-06-27 (Thu, 27 Jun 2019)

  Changed paths:
    M src/zope/app/publication/tests/test_zopepublication.py

  Log Message:
  -----------
  Reproduce the bug in the test suite

Unfortunately this doesn't cause actual test failures if I revert the
fix, just extra output to stderr.


  Commit: 874d2f97b2657a0da9a9cdda159385a5a106cdd5
      https://github.com/zopefoundation/zope.app.publication/commit/874d2f97b2657a0da9a9cdda159385a5a106cdd5
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-06-27 (Thu, 27 Jun 2019)

  Changed paths:
    M src/zope/app/publication/tests/test_zopepublication.py

  Log Message:
  -----------
  Make the regression test fail if the regression comes back


  Commit: 4e1a2848e61a9e37800e7373bade029881380a54
      https://github.com/zopefoundation/zope.app.publication/commit/4e1a2848e61a9e37800e7373bade029881380a54
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-06-27 (Thu, 27 Jun 2019)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Fix tox -p auto


  Commit: 33bea1bd927801bdd732a4a00f15239ed365a38b
      https://github.com/zopefoundation/zope.app.publication/commit/33bea1bd927801bdd732a4a00f15239ed365a38b
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-06-28 (Fri, 28 Jun 2019)

  Changed paths:
    M CHANGES.rst
    M src/zope/app/publication/tests/test_zopepublication.py
    M src/zope/app/publication/zopepublication.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #9 from zopefoundation/fix-unicode-log

Avoid passing unicode to logging.warning()


Compare: https://github.com/zopefoundation/zope.app.publication/compare/5a1e7d00dbfe...33bea1bd9278


More information about the checkins mailing list