[Checkins] SVN: zope.location/trunk/ added back two BBB imports due to doubts about breaking third-party code

Thomas Lotze tl at gocept.com
Thu Sep 17 10:45:26 EDT 2009


Log message for revision 104227:
  added back two BBB imports due to doubts about breaking third-party code

Changed:
  U   zope.location/trunk/CHANGES.txt
  U   zope.location/trunk/src/zope/location/pickling.py

-=-
Modified: zope.location/trunk/CHANGES.txt
===================================================================
--- zope.location/trunk/CHANGES.txt	2009-09-17 14:44:10 UTC (rev 104226)
+++ zope.location/trunk/CHANGES.txt	2009-09-17 14:45:25 UTC (rev 104227)
@@ -8,7 +8,8 @@
 - Added getParent() to ILocationInfo and moved the actual implementation here
   from zope.traversal.api, analogous to getParents().
 
-- Actually removed deprecated code from zope.location.pickling.
+- Actually removed deprecated PathPersistent class from
+  zope.location.pickling.
 
 3.6.0 (2009-08-27)
 ------------------

Modified: zope.location/trunk/src/zope/location/pickling.py
===================================================================
--- zope.location/trunk/src/zope/location/pickling.py	2009-09-17 14:44:10 UTC (rev 104226)
+++ zope.location/trunk/src/zope/location/pickling.py	2009-09-17 14:45:25 UTC (rev 104227)
@@ -72,3 +72,13 @@
         if not inside(self.context, toplevel):
             return self.context
         raise ResumeCopy
+
+# BBB 2009/02/09
+# The locationCopy was replaced by more generic "clone" function
+# in the zope.copy package. This reference may be removed someday.
+from zope.copy import clone as locationCopy
+
+# BBB 2009/02/09
+# The CopyPersistent was made more generic and moved to the
+# zope.copy package. This reference may be removed someday.
+from zope.copy import CopyPersistent



More information about the checkins mailing list