[Zope-Checkins] SVN:	Zope/branches/2.11/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py	bviously the level < 0 case has been implemented before the	index was merged
    Martijn Pieters 
    mj at zopatista.com
       
    Sat Dec 13 09:14:05 EST 2008
    
    
  
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
    
    
More information about the Zope-Checkins
mailing list