[Checkins] [zopefoundation/zope.exceptions] cc9f09: Fix non-ASCII supplement info under Python 2 and d...

GitHub noreply at github.com
Mon Sep 11 18:29:15 CEST 2017


  Branch: refs/heads/issue1
  Home:   https://github.com/zopefoundation/zope.exceptions
  Commit: cc9f097936226845a89d879d49f38894dd032d03
      https://github.com/zopefoundation/zope.exceptions/commit/cc9f097936226845a89d879d49f38894dd032d03
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-11 (Mon, 11 Sep 2017)

  Changed paths:
    M .coveragerc
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M src/zope/exceptions/exceptionformatter.py
    M src/zope/exceptions/log.py
    M src/zope/exceptions/tests/test_exceptionformatter.py
    M src/zope/exceptions/tests/test_log.py
    M tox.ini

  Log Message:
  -----------
  Fix non-ASCII supplement info under Python 2 and drop Py3.3.

Fixes #1.

Fix the coverage environment using zope.testrunner (nose no longer
works, that same namespace path issue).

Also run the doctests on all supported versions. This requires
dropping Python 3.3 because sphinx needs 3.4+.




More information about the checkins mailing list