[Zope-Checkins] CVS: Packages/OFS - ObjectManager.py:1.163.12.11

Christian Theune ct at gocept.com
Fri Jun 25 05:28:09 EDT 2004


Update of /cvs-repository/Packages/OFS
In directory cvs.zope.org:/tmp/cvs-serv9266/lib/python/OFS

Modified Files:
      Tag: Zope-2_7-branch
	ObjectManager.py 
Log Message:
 - Notice about backward compatibility for a now unused argument.


=== Packages/OFS/ObjectManager.py 1.163.12.10 => 1.163.12.11 ===
--- Packages/OFS/ObjectManager.py:1.163.12.10	Wed Mar 31 17:42:04 2004
+++ Packages/OFS/ObjectManager.py	Fri Jun 25 05:28:09 2004
@@ -310,6 +310,9 @@
             if s is None: object._p_deactivate()
 
     def _delObject(self, id, dp=1):
+        # dp is here for backwards compatibility as it once
+        # allowed to override the use of the delete protocol.
+        # See http://collector.zope.org/Zope/1377 
         object=self._getOb(id)
         try:
             object.manage_beforeDelete(object, self)



More information about the Zope-Checkins mailing list