[Checkins] [zopefoundation/zope.annotation] b06f72: Reach 100% coverage.

GitHub noreply at github.com
Fri Jun 2 14:55:39 CEST 2017


  Branch: refs/heads/issue2
  Home:   https://github.com/zopefoundation/zope.annotation
  Commit: b06f728c4fff36e145cd6d4a737ed005a9220ea1
      https://github.com/zopefoundation/zope.annotation/commit/b06f728c4fff36e145cd6d4a737ed005a9220ea1
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M .gitignore
    M CHANGES.rst
    M src/zope/__init__.py
    M src/zope/annotation/attribute.py
    M src/zope/annotation/tests/annotations.py
    M src/zope/annotation/tests/test_attributeannotations.py
    M src/zope/annotation/tests/test_configure.py
    A src/zope/annotation/tests/test_factory.py

  Log Message:
  -----------
  Reach 100% coverage.

Fixes #2.

The most notable feature is that AttributeAnnotations is now always a
subclass of collections.MutableMixin. Previously this was different
for Python 2 and Python 3. This change unifies the behaviour and makes
things like `isinstance(annotations, collections.Mapping)` always true.




More information about the checkins mailing list