[Checkins] [zopefoundation/zope.i18nmessageid] c15a6b: Use C extension in Python 3, and make Python versi...

GitHub noreply at github.com
Mon May 1 23:37:24 CEST 2017


  Branch: refs/heads/issue4
  Home:   https://github.com/zopefoundation/zope.i18nmessageid
  Commit: c15a6b41663a56e0aa5d2700b7a5f82504ad77c5
      https://github.com/zopefoundation/zope.i18nmessageid/commit/c15a6b41663a56e0aa5d2700b7a5f82504ad77c5
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    M setup.py
    M src/zope/i18nmessageid/message.py
    M src/zope/i18nmessageid/tests.py
    M tox.ini

  Log Message:
  -----------
  Use C extension in Python 3, and make Python version handle ``default`` the same

Fixes #4 and fixes #5.

Add a specific test case for both of these things.

Enabling the C extension on Python 3 revealed more places where
readonly attributes can raise different exceptions so fix those tests.

Also add Python 3.6 to the supported list, and use zope.testrunner to
workaround the namespace package issue.




More information about the checkins mailing list