Mercurial > p > roundup > code
diff roundup/backends/back_anydbm.py @ 2362:10fc45eea226
fix SearchAction use of Class.filter(), and clarify API docs for same
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 23 May 2004 23:24:47 +0000 |
| parents | fa2f7ba34399 |
| children | 202701d52788 |
line wrap: on
line diff
--- a/roundup/backends/back_anydbm.py Sun May 23 23:00:49 2004 +0000 +++ b/roundup/backends/back_anydbm.py Sun May 23 23:24:47 2004 +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.148 2004-05-16 09:35:49 richard Exp $ +#$Id: back_anydbm.py,v 1.149 2004-05-23 23:24:47 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 @@ -1579,7 +1579,7 @@ "sort" and "group" are (dir, prop) where dir is '+', '-' or None and prop is a prop name or None - "search_matches" is {nodeid: marker} + "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
