[z3-checkins] r5250 - z3/Five/trunk

faassen at codespeak.net faassen at codespeak.net
Wed Jun 23 12:16:37 MEST 2004


Author: faassen
Date: Wed Jun 23 12:16:36 2004
New Revision: 5250

Modified:
   z3/Five/trunk/five.zcml
Log:
Add some comments.


Modified: z3/Five/trunk/five.zcml
==============================================================================
--- z3/Five/trunk/five.zcml	(original)
+++ z3/Five/trunk/five.zcml	Wed Jun 23 12:16:36 2004
@@ -6,13 +6,13 @@
   <include file="permissions.zcml" />
   <include file="interfaces.zcml" />
 
-  <!-- do 'traditional' traversing for ZPT by default -->
-
+  <!-- do 'traditional' traversing by default; needed by ZPT -->
   <adapter
       for="*"
       factory="zope.app.traversing.adapters.DefaultTraversable"
       provides="zope.app.traversing.interfaces.ITraversable" />
 
+  <!-- make Zope 2's REQUEST implement the right thing -->
   <five:implements class="ZPublisher.HTTPRequest.HTTPRequest"
                    interface="zope.publisher.interfaces.browser.IBrowserRequest" />
 


More information about the z3-checkins mailing list