Commit ca996315 authored by Jim Fulton's avatar Jim Fulton

Classified sortKey.

Removed pointlss module doc string.
parent 3c8e20f1
...@@ -11,10 +11,6 @@ ...@@ -11,10 +11,6 @@
# FOR A PARTICULAR PURPOSE. # FOR A PARTICULAR PURPOSE.
# #
############################################################################## ##############################################################################
"""Interfaces for ZODB.
$Id$
"""
from zope.interface import Interface, Attribute from zope.interface import Interface, Attribute
...@@ -592,6 +588,8 @@ class IStorage(Interface): ...@@ -592,6 +588,8 @@ class IStorage(Interface):
among storages used in a transaction. Obviously, the storage among storages used in a transaction. Obviously, the storage
can't assure this, but it should construct the sort key so it can't assure this, but it should construct the sort key so it
has a reasonable chance of being unique. has a reasonable chance of being unique.
The result must be a string.
""" """
def store(oid, serial, data, version, transaction): def store(oid, serial, data, version, transaction):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment