[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py Obviously the level < 0 case has been implemented before the index was merged into CVS trunk 8 years ago..

Martijn Pieters mj at zopatista.com
Sat Dec 13 09:12:47 EST 2008


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



More information about the Zope-Checkins mailing list