[Checkins] SVN: zc.copy/trunk/src/zc/copy/README.txt small cleanup

Gary Poster gary at zope.com
Wed Aug 23 17:55:10 EDT 2006


Log message for revision 69741:
  small cleanup
  
  

Changed:
  U   zc.copy/trunk/src/zc/copy/README.txt

-=-
Modified: zc.copy/trunk/src/zc/copy/README.txt
===================================================================
--- zc.copy/trunk/src/zc/copy/README.txt	2006-08-23 21:53:20 UTC (rev 69740)
+++ zc.copy/trunk/src/zc/copy/README.txt	2006-08-23 21:55:10 UTC (rev 69741)
@@ -13,11 +13,11 @@
 hard-wired heuristic in locationCopy to determine what should be copied and
 what should remain static, this function uses adapters for pluggable behavior.
 
-Also, copy automatically sets __parent__ and __name__ of the object copy to 
-be None, if values exist for them.  If you do not want this behavior, a `clone`
-method does not include this logic.  For most use with classic Zope 3
-locations, however, you will want to use `copy`.  We'll look at a bit at both
-functions in this document.
+Also, copy automatically sets __parent__ and __name__ of the object copy
+to be None, if values exist for them.  If you do not want this behavior,
+a `clone` method does not include this logic.  For most use with classic
+Zope 3 locations, however, you will want to use `copy`.  We'll look a
+bit at both functions in this document.
 
 The clone function (and thus the copy function that wraps clone) uses
 pickle to copy the object and all its subobjects recursively.  As each



More information about the Checkins mailing list