summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2020-02-10 15:37:25 -0600
committerJason Madden <jamadden@gmail.com>2020-02-17 07:01:03 -0600
commite819c75e609781848d0ba3c7301b352e0cb93d88 (patch)
treede92d31b0f8f5c0bf150d306e53d84c2a63a10f0 /docs/api
parent7f6f60e824ac34e2bf9ec890e6c361f57bfc823b (diff)
downloadzope-interface-e819c75e609781848d0ba3c7301b352e0cb93d88.tar.gz
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
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/common.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/api/common.rst b/docs/api/common.rst
index b04f067..a83731b 100644
--- a/docs/api/common.rst
+++ b/docs/api/common.rst
@@ -26,3 +26,8 @@ implement the correct interface.
==================================
.. automodule:: zope.interface.common.sequence
+
+zope.interface.common.collections
+=================================
+
+.. automodule:: zope.interface.common.collections