[Checkins] [zopefoundation/zope.app.error] aeb72e: Python 3.4/5/6 and PyPy support.

GitHub noreply at github.com
Fri May 12 17:05:09 CEST 2017


  Branch: refs/heads/python3
  Home:   https://github.com/zopefoundation/zope.app.error
  Commit: aeb72e8b119472d09e60bd4c027efdf85b21a3c0
      https://github.com/zopefoundation/zope.app.error/commit/aeb72e8b119472d09e60bd4c027efdf85b21a3c0
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-12 (Fri, 12 May 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    A CHANGES.rst
    R CHANGES.txt
    M MANIFEST.in
    A README.rst
    R README.txt
    A setup.cfg
    M setup.py
    M src/zope/__init__.py
    M src/zope/app/__init__.py
    A src/zope/app/error/README.rst
    R src/zope/app/error/README.txt
    M src/zope/app/error/browser/__init__.py
    M src/zope/app/error/browser/configure.zcml
    A src/zope/app/error/browser/ftesting.zcml
    A src/zope/app/error/browser/tests.py
    M src/zope/app/error/configure.zcml
    M src/zope/app/error/tests.py
    A tox.ini

  Log Message:
  -----------
  Python 3.4/5/6 and PyPy support.

- 100% test coverage
- Make sure the configurations can be loaded
- Enable coverage reporting
- Rename .txt -> .rst
- A 'browser' extra contains what's needed to load the browser
  configuration, which is now conditional.




More information about the checkins mailing list