[Neo-report] r1861 vincent - /trunk/neo/storage/database/manager.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 25 15:08:39 CET 2010


Author: vincent
Date: Thu Feb 25 15:08:38 2010
New Revision: 1861

Log:
Use a less ambiguous wording in docstring.

Modified:
    trunk/neo/storage/database/manager.py

Modified: trunk/neo/storage/database/manager.py
==============================================================================
--- trunk/neo/storage/database/manager.py [iso-8859-1] (original)
+++ trunk/neo/storage/database/manager.py [iso-8859-1] Thu Feb 25 15:08:38 2010
@@ -263,9 +263,9 @@
 
     def getObjectHistory(self, oid, offset = 0, length = 1):
         """Return a list of serials and sizes for a given object ID.
-        The length specifies the maximum size of such a list. The first serial
-        must be the last serial, and the list must be sorted in descending
-        order. If there is no such object ID in a database, return None."""
+        The length specifies the maximum size of such a list. Result starts
+        with latest serial, and the list must be sorted in descending order.
+        If there is no such object ID in a database, return None."""
         raise NotImplementedError
 
     def getTIDList(self, offset, length, num_partitions, partition_list):





More information about the Neo-report mailing list