Log message for revision 94019:
  Obviously the level < 0 case has been implemented before the index was merged 
into CVS trunk 8 years ago..

Changed:
  U   Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py

-=-
Modified: Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py
===================================================================
--- Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 
2008-12-13 13:46:17 UTC (rev 94018)
+++ Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 
2008-12-13 14:12:47 UTC (rev 94019)
@@ -158,7 +158,7 @@
         a tuple (path,level).
 
         level >= 0  starts searching at the given level
-        level <  0  not implemented yet
+        level <  0  match at *any* level
         """
         if isinstance(path, str):
             level = default_level

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to