Skip to content

Commit c2f7f72

Browse files
author
Richard Jones
committed
ws
1 parent ce10f9f commit c2f7f72

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

roundup/hyperdb.py

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: hyperdb.py,v 1.76 2002-07-18 11:17:30 gmcm Exp $
18+
# $Id: hyperdb.py,v 1.77 2002-07-18 11:27:47 richard Exp $
1919

2020
__doc__ = """
2121
Hyperdatabase implementation, especially field types.
@@ -479,9 +479,9 @@ def find(self, **propspec):
479479
"""Get the ids of nodes in this class which link to the given nodes.
480480
481481
'propspec' consists of keyword args propname={nodeid:1,}
482-
'propname' must be the name of a property in this class, or a
483-
KeyError is raised. That property must be a Link or Multilink
484-
property, or a TypeError is raised.
482+
'propname' must be the name of a property in this class, or a
483+
KeyError is raised. That property must be a Link or Multilink
484+
property, or a TypeError is raised.
485485
486486
Any node in this class whose 'propname' property links to any of the
487487
nodeids will be returned. Used by the full text indexing, which knows
@@ -591,6 +591,11 @@ def Choice(name, db, *options):
591591

592592
#
593593
# $Log: not supported by cvs2svn $
594+
# Revision 1.76 2002/07/18 11:17:30 gmcm
595+
# Add Number and Boolean types to hyperdb.
596+
# Add conversion cases to web, mail & admin interfaces.
597+
# Add storage/serialization cases to back_anydbm & back_metakit.
598+
#
594599
# Revision 1.75 2002/07/14 02:05:53 richard
595600
# . all storage-specific code (ie. backend) is now implemented by the backends
596601
#

0 commit comments

Comments
 (0)