[Checkins] [zopefoundation/zope.contenttype] 2799d1: Add Python 3.6, drop Python 3.3.

GitHub noreply at github.com
Thu Aug 3 15:24:16 CEST 2017


  Branch: refs/heads/py36
  Home:   https://github.com/zopefoundation/zope.contenttype
  Commit: 2799d17fc87d8c70531e1000371a05a868135115
      https://github.com/zopefoundation/zope.contenttype/commit/2799d17fc87d8c70531e1000371a05a868135115
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-08-03 (Thu, 03 Aug 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M README.rst
    M setup.cfg
    M setup.py
    M src/zope/__init__.py
    M src/zope/contenttype/__init__.py
    M src/zope/contenttype/parse.py
    M src/zope/contenttype/tests/testContentTypes.py
    M src/zope/contenttype/tests/test_parse.py
    M tox.ini

  Log Message:
  -----------
  Add Python 3.6, drop Python 3.3.

- Badges
- Add coverage environment and coveralls
  - 100% coverage
    - Some simplifications to help that, including using
      print_function for simpler parity on Py2/Py3, and not rewriting
      the _token_match function at runtime (presumably this was to
      delay compiling a regex at import time, but other regexes are
      already being compiled now at import time, so the hit is minor)




More information about the checkins mailing list