[Checkins] [zopefoundation/zope.app.wsgi] da4bdc: Fix a bug occurring in Python 3 when the principal...

GitHub noreply at github.com
Fri Aug 5 10:57:46 CEST 2016


  Branch: refs/heads/py3
  Home:   https://github.com/zopefoundation/zope.app.wsgi
  Commit: da4bdc1fb670007e93f21d5ca0cd2bfa870618c2
      https://github.com/zopefoundation/zope.app.wsgi/commit/da4bdc1fb670007e93f21d5ca0cd2bfa870618c2
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-07-07 (Thu, 07 Jul 2016)

  Changed paths:
    M CHANGES.txt
    M src/zope/app/wsgi/__init__.py
    M src/zope/app/wsgi/tests.py

  Log Message:
  -----------
  Fix a bug occurring in Python 3 when the principal could not be adapted to `ILoggingInfo`.


  Commit: 230a2d2afee5aca4b9ca0ee229e4574e3463d770
      https://github.com/zopefoundation/zope.app.wsgi/commit/230a2d2afee5aca4b9ca0ee229e4574e3463d770
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-07-07 (Thu, 07 Jul 2016)

  Changed paths:
    M src/zope/app/wsgi/tests.py

  Log Message:
  -----------
  Sort lines + some PEP-8


  Commit: 3378ff682fea716091224b7e4e90bc0087220612
      https://github.com/zopefoundation/zope.app.wsgi/commit/3378ff682fea716091224b7e4e90bc0087220612
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-07-07 (Thu, 07 Jul 2016)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Merge branch 'py3' into icemac-no-logging-info


  Commit: d563f518e70a51ced4f0c4a86e11a7f03a6f366a
      https://github.com/zopefoundation/zope.app.wsgi/commit/d563f518e70a51ced4f0c4a86e11a7f03a6f366a
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
    M src/zope/app/wsgi/tests.py

  Log Message:
  -----------
  Move stdlib imports above the 3rd party imports as suggested by @mgedmin.


  Commit: d6a0427ae1bf888eb5fe6b82e396fa2693854dc5
      https://github.com/zopefoundation/zope.app.wsgi/commit/d6a0427ae1bf888eb5fe6b82e396fa2693854dc5
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
    M src/zope/app/wsgi/tests.py

  Log Message:
  -----------
  PEP-8 fixes.


  Commit: 65c10912b120cbea143d3e3271d507e99ba0f9b8
      https://github.com/zopefoundation/zope.app.wsgi/commit/65c10912b120cbea143d3e3271d507e99ba0f9b8
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
    M CHANGES.txt
    M src/zope/app/wsgi/__init__.py
    M src/zope/app/wsgi/tests.py

  Log Message:
  -----------
  Merge pull request #2 from zopefoundation/icemac-no-logging-info

Python 3 migration bugfix in previously uncovered code branch


Compare: https://github.com/zopefoundation/zope.app.wsgi/compare/54d3897c3194...65c10912b120


More information about the checkins mailing list