Can someone please commit this change for
zope.app.keyreference.persistent.txt to the trunk ?

Index: persistent.txt
===================================================================
--- persistent.txt      (revision 38720)
+++ persistent.txt      (working copy)
@@ -30,7 +30,7 @@

 We can call the keys to get the objects:

-    >>> key1() is root['ob1'], key1() is root['ob1']
+    >>> key1() is root['ob1'], key2() is root['ob2']
     (True, True)

 New keys to the same objects are equal to the old:


Jürgen

_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to