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

GitHub noreply at github.com
Mon Sep 11 23:17:47 CEST 2017


  Branch: refs/heads/master
  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+.


  Commit: 6a162cacd732bc729f841065dee3c3ac16ad2eb6
      https://github.com/zopefoundation/zope.exceptions/commit/6a162cacd732bc729f841065dee3c3ac16ad2eb6
  Author: Jason Madden <jason+github at nextthought.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:
  -----------
  Merge pull request #10 from zopefoundation/issue1

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


Compare: https://github.com/zopefoundation/zope.exceptions/compare/5df5a5e2327b...6a162cacd732


More information about the checkins mailing list