[Checkins] [zopefoundation/zope.applicationcontrol] aebcd7: Add support for Python 3.6 and cleanups

GitHub noreply at github.com
Tue May 2 18:31:49 CEST 2017


  Branch: refs/heads/py36
  Home:   https://github.com/zopefoundation/zope.applicationcontrol
  Commit: aebcd776471e0009e3c2c511c196d84180f16182
      https://github.com/zopefoundation/zope.applicationcontrol/commit/aebcd776471e0009e3c2c511c196d84180f16182
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    A setup.cfg
    M setup.py
    M src/zope/__init__.py
    M src/zope/applicationcontrol/runtimeinfo.py
    M src/zope/applicationcontrol/tests/test_applicationcontrol.py
    M src/zope/applicationcontrol/tests/test_runtimeinfo.py
    M tox.ini

  Log Message:
  -----------
  Add support for Python 3.6 and cleanups

- 100% code coverage
- Remove last vestiges of Python 3.2 support in the form of _u()
- Check for object type instead of Python version when deciding when
  to encode. It's not impossible for sys.path to have unicode entries
  on Python 2, or bytes entries on Python 3.




More information about the checkins mailing list