[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/interfaces.py Classified sortKey.

Jim Fulton jim at zope.com
Sat Jan 19 13:57:25 EST 2008


Log message for revision 82955:
  Classified sortKey.
  
  Removed pointlss module doc string.
  

Changed:
  U   ZODB/trunk/src/ZODB/interfaces.py

-=-
Modified: ZODB/trunk/src/ZODB/interfaces.py
===================================================================
--- ZODB/trunk/src/ZODB/interfaces.py	2008-01-19 18:53:09 UTC (rev 82954)
+++ ZODB/trunk/src/ZODB/interfaces.py	2008-01-19 18:57:24 UTC (rev 82955)
@@ -11,11 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Interfaces for ZODB.
 
-$Id$
-"""
-
 from zope.interface import Interface, Attribute
 
 
@@ -592,6 +588,8 @@
         among storages used in a transaction. Obviously, the storage
         can't assure this, but it should construct the sort key so it
         has a reasonable chance of being unique.
+
+        The result must be a string.
         """
 
     def store(oid, serial, data, version, transaction):



More information about the Zodb-checkins mailing list