diff roundup/hyperdb.py @ 397:d47818b09265

more new property handling
author Richard Jones <richard@users.sourceforge.net>
date Wed, 21 Nov 2001 03:40:54 +0000
parents d4b19c2ee740
children bbbcdee47762
line wrap: on
line diff
--- a/roundup/hyperdb.py	Wed Nov 21 03:21:13 2001 +0000
+++ b/roundup/hyperdb.py	Wed Nov 21 03:40:54 2001 +0000
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: hyperdb.py,v 1.32 2001-11-21 03:11:28 richard Exp $
+# $Id: hyperdb.py,v 1.33 2001-11-21 03:40:54 richard Exp $
 
 # standard python modules
 import cPickle, re, string
@@ -305,6 +305,8 @@
                     raise ValueError, 'node with key "%s" exists'%value
 
             # this will raise the KeyError if the property isn't valid
+            # ... we don't use getprops() here because we only care about
+            # the writeable properties.
             prop = self.properties[key]
 
             if isinstance(prop, Link):
@@ -847,6 +849,9 @@
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.32  2001/11/21 03:11:28  richard
+# Better handling of new properties.
+#
 # Revision 1.31  2001/11/12 22:01:06  richard
 # Fixed issues with nosy reaction and author copies.
 #

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