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

GitHub noreply at github.com
Tue May 2 19:39:16 CEST 2017


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


  Commit: 50f32abe17a35576893a07afeda1d4bbb9529f9a
      https://github.com/zopefoundation/zope.applicationcontrol/commit/50f32abe17a35576893a07afeda1d4bbb9529f9a
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M src/zope/applicationcontrol/runtimeinfo.py
    M src/zope/applicationcontrol/tests/test_runtimeinfo.py

  Log Message:
  -----------
  Fix spacing and add test.


  Commit: 44c17b6506e5ea608d96a6c49fdc5c598afbc667
      https://github.com/zopefoundation/zope.applicationcontrol/commit/44c17b6506e5ea608d96a6c49fdc5c598afbc667
  Author: Jason Madden <jason+github at nextthought.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:
  -----------
  Merge pull request #4 from zopefoundation/py36

Add support for Python 3.6 and cleanups


Compare: https://github.com/zopefoundation/zope.applicationcontrol/compare/6f43941ad616...44c17b6506e5


More information about the checkins mailing list