[Checkins] [zopefoundation/zope.interface] f4b777: Make Interface.getTaggedValue follow the __iro__.

Jason Madden noreply at github.com
Wed Mar 18 17:55:39 CET 2020


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.interface
  Commit: f4b777d4a52f69aa2cbd79b285320e9c9f5726e9
      https://github.com/zopefoundation/zope.interface/commit/f4b777d4a52f69aa2cbd79b285320e9c9f5726e9
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    M CHANGES.rst
    M docs/README.rst
    M docs/api/declarations.rst
    M docs/api/specifications.rst
    M src/zope/interface/interface.py
    M src/zope/interface/interfaces.py
    M src/zope/interface/tests/test_interface.py

  Log Message:
  -----------
  Make Interface.getTaggedValue follow the __iro__.

Previously it manually walked up __bases__, meaning the answers could be inconsistent.

Fixes #190.

Also fixes several minor issues in the documentation, mostly cross-reference related.


  Commit: e1e94a0da968faa7d3f371b33e29734abd71e8a1
      https://github.com/zopefoundation/zope.interface/commit/e1e94a0da968faa7d3f371b33e29734abd71e8a1
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    M CHANGES.rst
    M docs/api/specifications.rst
    M src/zope/interface/interfaces.py

  Log Message:
  -----------
  More minor documentation fixups.

Mostly formatting. Some interfaces were being documented as clasess, which doesn't work.


  Commit: 0f80d05343b5a882a2fa75c6f043c1c65c1d8ca1
      https://github.com/zopefoundation/zope.interface/commit/0f80d05343b5a882a2fa75c6f043c1c65c1d8ca1
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
    M CHANGES.rst
    M docs/README.rst
    M docs/api/declarations.rst
    M docs/api/specifications.rst
    M src/zope/interface/interface.py
    M src/zope/interface/interfaces.py
    M src/zope/interface/tests/test_interface.py

  Log Message:
  -----------
  Merge pull request #191 from zopefoundation/issue190

Make Interface.getTaggedValue follow the __iro__.


Compare: https://github.com/zopefoundation/zope.interface/compare/d0c6a5967af0...0f80d05343b5


More information about the checkins mailing list