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

Changed:
  U   Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
  U   
Zope/branches/Zope-2_8-branch/lib/python/Products/ZODBMountPoint/MountedObject.py

-=-
Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
===================================================================
--- Zope/branches/Zope-2_8-branch/doc/CHANGES.txt       2006-02-21 09:42:49 UTC 
(rev 41721)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt       2006-02-21 09:44:13 UTC 
(rev 41722)
@@ -27,6 +27,9 @@
 
     Bugs Fixed
 
+      - Collector #1819: fixed signature of
+        MountedObject.SimpleTrailblazer._construct(
+
       - ZPublisher.BaseRequest: The publisher would happily publish attributes
         of type 'bool' and 'complex', as well as Python 2.4's 'set' and
         'frozenset'.

Modified: 
Zope/branches/Zope-2_8-branch/lib/python/Products/ZODBMountPoint/MountedObject.py
===================================================================
--- 
Zope/branches/Zope-2_8-branch/lib/python/Products/ZODBMountPoint/MountedObject.py
   2006-02-21 09:42:49 UTC (rev 41721)
+++ 
Zope/branches/Zope-2_8-branch/lib/python/Products/ZODBMountPoint/MountedObject.py
   2006-02-21 09:44:13 UTC (rev 41722)
@@ -46,7 +46,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