[Checkins] [zopefoundation/zope.interface] bef838: Add z.i.common.collections to parallel the collect...

Jason Madden noreply at github.com
Mon Feb 10 22:37:37 CET 2020


  Branch: refs/heads/issue138
  Home:   https://github.com/zopefoundation/zope.interface
  Commit: bef83845dc00e12700991ef0c408f1834eaf3c8d
      https://github.com/zopefoundation/zope.interface/commit/bef83845dc00e12700991ef0c408f1834eaf3c8d
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    M docs/api/common.rst
    M src/zope/interface/common/__init__.py
    A src/zope/interface/common/collections.py
    A src/zope/interface/common/tests/test_collections.py

  Log Message:
  -----------
  Add z.i.common.collections to parallel the collections.abc classes.

Register implemented standard library types on import.

Derive the interface methods and documentation from the ABC automatically. I hope to use this for numbers too.

Part of #138




More information about the checkins mailing list