diff roundup/hyperdb.py @ 4044:27a9906cd8d1

Fix issue2550505.
author Stefan Seefeld <stefan@seefeld.name>
date Mon, 16 Feb 2009 22:43:07 +0000
parents fe2af84a5ca5
children 7ad0918ee8bd
line wrap: on
line diff
--- a/roundup/hyperdb.py	Mon Feb 16 21:26:29 2009 +0000
+++ b/roundup/hyperdb.py	Mon Feb 16 22:43:07 2009 +0000
@@ -707,7 +707,7 @@
         raise NotImplementedError
 
     def getfile(self, classname, nodeid, property):
-        '''Store the content of the file in the database.
+        '''Get the content of the file in the database.
         '''
         raise NotImplementedError
 
@@ -1129,7 +1129,7 @@
         backward-compatibility reasons a single (dir, prop) tuple is
         also allowed.
 
-        "search_matches" is {nodeid: marker}
+        "search_matches" is a sequence type
 
         The filter must match all properties specificed. If the property
         value to match is a list:

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