[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py Obviously the level < 0 case has been implemented before the index was merged
Martijn Pieters
mj at zopatista.com
Sat Dec 13 09:14:38 EST 2008
Log message for revision 94021:
Obviously the level < 0 case has been implemented before the index was merged
into CVS trunk 8 years ago..
Changed:
U Zope/branches/2.10/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py
-=-
Modified: Zope/branches/2.10/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py
===================================================================
--- Zope/branches/2.10/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 2008-12-13 14:14:05 UTC (rev 94020)
+++ Zope/branches/2.10/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 2008-12-13 14:14:38 UTC (rev 94021)
@@ -163,7 +163,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, StringType):
More information about the Zope-Checkins
mailing list