[Zope-Checkins] CVS: ZODB/src/persistent - wref.py:1.1.2.3

Jeremy Hylton jeremy at zope.com
Fri Feb 13 23:39:49 EST 2004


Update of /cvs-repository/ZODB/src/persistent
In directory cvs.zope.org:/tmp/cvs-serv12058

Modified Files:
      Tag: zope3-zodb3-devel-branch
	wref.py 
Log Message:
Discourage scope creep <wink>


=== ZODB/src/persistent/wref.py 1.1.2.2 => 1.1.2.3 ===
--- ZODB/src/persistent/wref.py:1.1.2.2	Fri Feb 13 11:13:15 2004
+++ ZODB/src/persistent/wref.py	Fri Feb 13 23:39:48 2004
@@ -23,10 +23,9 @@
 class WeakRef(object):
     """Persistent weak references
 
-    Persistent weak references are used much like Python weak references.
-    The major difference is that you can't (at least not currently)
-    specify an object to be called when the object is removed from the
-    database.
+    Persistent weak references are used much like Python weak
+    references.  The major difference is that you can't specify an
+    object to be called when the object is removed from the database.
 
     Here's an example. We'll start by creating a persistent object and
     a refernce to it:




More information about the Zope-Checkins mailing list