[Checkins] SVN: zope.traversing/trunk/ Remove local develop path.

Dan Korostelev nadako at gmail.com
Mon Feb 2 07:22:44 EST 2009


Log message for revision 95963:
  Remove local develop path.
  Add note about a bug with getParents to the changelog.

Changed:
  U   zope.traversing/trunk/CHANGES.txt
  U   zope.traversing/trunk/buildout.cfg

-=-
Modified: zope.traversing/trunk/CHANGES.txt
===================================================================
--- zope.traversing/trunk/CHANGES.txt	2009-02-02 12:17:42 UTC (rev 95962)
+++ zope.traversing/trunk/CHANGES.txt	2009-02-02 12:22:44 UTC (rev 95963)
@@ -8,10 +8,14 @@
 - The ``RootPhysicallyLocatable`` adapter has been superseded by the
   refactored ``zope.location.traversing.LocationPhysicallyLocatable``
   that we depend on since 3.5.0a4.
+
   Remove the adapter and its registration, and making its import place
   pointing to ``zope.location.traversing.LocationPhysicallyLocatable``
   to maintain backward-compatibility.
 
+  This also fixes a bug introduced in version 3.5.0a4 when trying to
+  call ``getParents`` function for the root object.
+
 - Use direct imports instead of compatibility ones for things that were
   moved to ``zope.location``.
 

Modified: zope.traversing/trunk/buildout.cfg
===================================================================
--- zope.traversing/trunk/buildout.cfg	2009-02-02 12:17:42 UTC (rev 95962)
+++ zope.traversing/trunk/buildout.cfg	2009-02-02 12:22:44 UTC (rev 95963)
@@ -1,5 +1,5 @@
 [buildout]
-develop = . ../zope.location
+develop = .
 parts = test coverage-test coverage-report
 
 [test]



More information about the Checkins mailing list