==================
- In ``zope.traversing.api.getParent()``, try to delegate to
``zope.location.interfaces.ILocationInfo.getParent()``, analogous to
``getParents()``. Keep returning the traversal parent as a fallback.
- Bring ``ITraverser`` back from ``zope.location`` where it had been moved
to invert the package interdependency, but where it is now no longer used.