[Checkins] [zopefoundation/zope.annotation] 2084a5: Make AttributeAnnotations have a __parent__

GitHub noreply at github.com
Fri Sep 22 13:35:37 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.annotation
  Commit: 2084a5c91af39f67d4415d2647d9560456f51b73
      https://github.com/zopefoundation/zope.annotation/commit/2084a5c91af39f67d4415d2647d9560456f51b73
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M CHANGES.rst
    M docs/api.rst
    M docs/conf.py
    M docs/narrative.rst
    M src/zope/annotation/attribute.py
    M src/zope/annotation/tests/test_attributeannotations.py

  Log Message:
  -----------
  Make AttributeAnnotations have a __parent__

Fixes #11 in a BWC way using a property. This makes it more like
zope.principalannotation (though I didn't change the interface here).

Also some doc fixes I noticed when I was fixing up the doctest
snippets (I originally had this implementing ``ILocation`` with a
`__name__` of `__annotations__` but I realized that didn't really make
any sense.)


  Commit: ec62cd5e1211560a301ee661b950eea7ee9db07b
      https://github.com/zopefoundation/zope.annotation/commit/ec62cd5e1211560a301ee661b950eea7ee9db07b
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-09-22 (Fri, 22 Sep 2017)

  Changed paths:
    M CHANGES.rst
    M docs/api.rst
    M docs/conf.py
    M docs/narrative.rst
    M src/zope/annotation/attribute.py
    M src/zope/annotation/tests/test_attributeannotations.py

  Log Message:
  -----------
  Merge pull request #13 from zopefoundation/issue11

Make AttributeAnnotations have a __parent__


Compare: https://github.com/zopefoundation/zope.annotation/compare/8e98c9bd4db2...ec62cd5e1211


More information about the checkins mailing list