Log message for revision 41720:
        - Collector #1819: fixed method signature of
          MountedObject.SimpleTrailblazer._construct()
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt
  U   Zope/trunk/lib/python/Products/ZODBMountPoint/MountedObject.py

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===================================================================
--- Zope/trunk/doc/CHANGES.txt  2006-02-20 21:54:18 UTC (rev 41719)
+++ Zope/trunk/doc/CHANGES.txt  2006-02-21 09:41:31 UTC (rev 41720)
@@ -197,6 +197,9 @@
 
     Bugs Fixed
 
+      - Collector #1819: fixed method signature of
+        MountedObject.SimpleTrailblazer._construct()
+
       - Collector #2019: removed validateValue() from cAccessControl (already
         removed in former Zope versions from the AccessControl Python
         implementation)

Modified: Zope/trunk/lib/python/Products/ZODBMountPoint/MountedObject.py
===================================================================
--- Zope/trunk/lib/python/Products/ZODBMountPoint/MountedObject.py      
2006-02-20 21:54:18 UTC (rev 41719)
+++ Zope/trunk/lib/python/Products/ZODBMountPoint/MountedObject.py      
2006-02-21 09:41:31 UTC (rev 41720)
@@ -52,7 +52,7 @@
     def __init__(self, base):
         self.base = base
 
-    def _construct(self, context, id, final):
+    def _construct(self, context, id):
         """Creates and returns the named folder."""
         dispatcher = guarded_getattr(context, 'manage_addProduct')['OFSP']
         factory = guarded_getattr(dispatcher, 'manage_addFolder')

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to