[Zope-Checkins] CVS: Releases/Zope/doc - CHANGES.txt:1.625.2.162

Evan Simpson evan at 4-am.com
Fri May 21 14:18:29 EDT 2004


Update of /cvs-repository/Releases/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv1911/doc

Modified Files:
      Tag: Zope-2_7-branch
	CHANGES.txt 
Log Message:
MultiHook made the bogus assumption that hooks defined in classed would use the same
signature as hook functions added to instances.  Well, they *would*, but only after
being transformed into bound methods.  This means that the before-publishing-traversal
hook will have call signature (container, request) as a function, but (self, container,
request) as a method, with self==container.


=== Releases/Zope/doc/CHANGES.txt 1.625.2.161 => 1.625.2.162 ===
--- Releases/Zope/doc/CHANGES.txt:1.625.2.161	Fri May 21 03:11:31 2004
+++ Releases/Zope/doc/CHANGES.txt	Fri May 21 14:17:58 2004
@@ -108,6 +108,9 @@
        
     Bugs Fixed
 
+     - Fixed inconsistency between the way MultiHook and traverse() call
+       traversal hooks.
+
      - Collector #1304: zopectl doesn't allow specification of zdrun
        effective user.  zopectl now supports the -u switch which
        tells it to setuid to the specified username/uid when




More information about the Zope-Checkins mailing list