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

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

-=-
Modified: 
Zope/branches/2.11/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py
===================================================================
--- Zope/branches/2.11/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 
2008-12-13 14:12:47 UTC (rev 94019)
+++ Zope/branches/2.11/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 
2008-12-13 14:14:05 UTC (rev 94020)
@@ -161,7 +161,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