===================
- Move the implementation of ``zope.publisher.contenttype`` to
``zope.contenttype.parse``, leaving BBB imports and moving tests along.
``zope.contenttype`` is a new but light-weight dependency of this package.
- Support Python 2.6 by keeping QUERY_STRING out of request.form if
the method is a POST. The original QUERY_STRING is still available if
further processing is needed.
- Better support the zcml ``defaultSkin`` directive's behavior (registering
an interface as a default skin) in the ``setDefaultSkin`` function.