diff roundup/backends/back_anydbm.py @ 3460:c75dd71a7963 maint-0.8

merge from HEAD
author Richard Jones <richard@users.sourceforge.net>
date Fri, 13 Jan 2006 01:29:48 +0000
parents 2526fddeb3ab
children
line wrap: on
line diff
--- a/roundup/backends/back_anydbm.py	Sat Jan 07 10:13:44 2006 +0000
+++ b/roundup/backends/back_anydbm.py	Fri Jan 13 01:29:48 2006 +0000
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 #
-#$Id: back_anydbm.py,v 1.179.2.9 2005-07-18 01:42:26 richard Exp $
+#$Id: back_anydbm.py,v 1.179.2.10 2006-01-13 01:29:46 richard Exp $
 '''This module defines a backend that saves the hyperdatabase in a
 database chosen by anydbm. It is guaranteed to always be available in python
 versions >2.1.1 (the dumbdbm fallback in 2.1.1 and earlier has several
@@ -1569,9 +1569,11 @@
 
         "search_matches" is {nodeid: marker} or None
 
-        The filter must match all properties specificed - but if the
-        property value to match is a list, any one of the values in the
-        list may match for that property to match.
+        The filter must match all properties specificed. If the property
+        value to match is a list:
+        
+        1. String properties must match all elements in the list, and
+        2. Other properties must match any of the elements in the list.
         """
         if __debug__:
             start_t = time.time()

Roundup Issue Tracker: http://roundup-tracker.org/