Metadata-Version: 1.0
Name: zope.traversing
Version: 3.4.1
Summary: Resolving paths in the object hierarchy
Home-page: http://pypi.python.org/pypi/zope.traversing
Author: Zope Corporation and Contributors
Author-email: zope3-dev@zope.org
License: ZPL 2.1
Description: The ``zope.traversing`` package provides adapteres for resolving
        object paths by traversing an object hierarchy.  This also includes
        support for traversal namespaces (e.g. ``++view++``, ``++skin++``,
        etc.) as well as computing URLs via the ``@@absolute_url`` view.
        
        
        Changes
        =======
        
        3.4.1 (2008-07-30)
        ------------------
        
        - Fixed deprecation warning caused by using an old module name for
        ZopeSecurityPolicy in ftesting.zcml
        
        3.4.1a1 (2007-11-13)
        --------------------
        
        - do not use unicode strings to set the application server in the virtual host
        namespace. This caused absolute_url to create unicode URL's.
        
        3.4.0 (2007-09-29)
        ------------------
        
        No further changes since 3.4.0a1.
        
        3.4.0a1 (2007-04-22)
        --------------------
        
        Initial release as a separate project, corresponds to zope.traversing
        from Zope 3.4.0a1
        
Platform: UNKNOWN
