[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/publisher/browser/viewmeta.py Remove XXX and added a comment.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:46:31 EDT 2004


Log message for revision 26337:

Remove XXX and added a comment.




-=-
Modified: Zope3/trunk/src/zope/app/publisher/browser/viewmeta.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/viewmeta.py	2004-07-09 15:46:26 UTC (rev 26336)
+++ Zope3/trunk/src/zope/app/publisher/browser/viewmeta.py	2004-07-09 15:46:31 UTC (rev 26337)
@@ -280,13 +280,9 @@
 
             pages[pname] = attribute
 
+        # This should go away, but noone seems to remember what to do. :-(
         if hasattr(class_, 'publishTraverse'):
 
-            # XXX This context trickery is a hack around a problem, I
-            # can't fix till after the alpha. :(
-
-            # XXX I now wish I could remember what the problem was. :(
-
             def publishTraverse(self, request, name,
                                 pages=pages, getattr=getattr):
 



More information about the Zope3-Checkins mailing list