diff options
Diffstat (limited to 'docs/api/common.rst')
| -rw-r--r-- | docs/api/common.rst | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/docs/api/common.rst b/docs/api/common.rst index 498d1dc..36d1d3f 100644 --- a/docs/api/common.rst +++ b/docs/api/common.rst @@ -4,29 +4,19 @@ The ``zope.interface.common`` package provides interfaces for objects distributed as part of the Python standard library. Importing these -modules has the effect of making the standard library objects +modules (usually) has the effect of making the standard library objects implement the correct interface. -``zope.interface.common.interfaces`` -==================================== +zope.interface.common.interface +=============================== .. automodule:: zope.interface.common.interfaces -``zope.interface.common.idatetime`` -=================================== +zope.interface.common.idatetime +=============================== .. automodule:: zope.interface.common.idatetime -``zope.interface.common.mapping`` -================================= - -.. automodule:: zope.interface.common.mapping - -``zope.interface.common.sequence`` -================================== - -.. automodule:: zope.interface.common.sequence - zope.interface.common.collections ================================= @@ -46,3 +36,15 @@ zope.interface.common.io ======================== .. automodule:: zope.interface.common.io + +.. Deprecated or discouraged modules below this + +zope.interface.common.mapping +============================= + +.. automodule:: zope.interface.common.mapping + +zope.interface.common.sequence +============================== + +.. automodule:: zope.interface.common.sequence |
