================
- Define error view baseclasses for IException, INotFound and IUnauthorized
errors: grok.ExceptionView, grok.NotFoundView, grok.UnauthorizedView. Lifts
the indirect dependency on zope.app.http and zope.app.exception.
- Moved the XMLRPC, REST component into separate packages
grokcore.xmlrpc and grokcore.rest. Consequently the custom traverse
components that Grok defined were moved to grokcore.traverser. Grok
the-python-package acts more and more like an import-hub.
- To build the docs we now use `collective.recipe.sphinxbuilder`
instead of our own, early hack (get rid of `grokdocs`
subpackage). Buildout now generates ``grokdocs2html`` and
``grokdocs2pdf`` which should do what you think they do.
- The `IApplication` interface, and getApplication() moved to
``grokcore.site``.