==================
- Expose the ``__doc__`` (and, where applicable, ``__bases__`` and
``__dict__``) of the hooked object. This lets Sphinx document them.
See `issue 6 <https://github.com/zopefoundation/zope.hookable/issues/6>`_.
- Respect ``PURE_PYTHON`` at runtime. At build time, always try to
build the C extensions on supported platforms, but allow it to fail.
See `issue 7
<https://github.com/zopefoundation/zope.hookable/issues/7>`_.