[Zope3-checkins] CVS: Zope3/src/zope/publisher - publish.py:1.9
Guido van Rossum
guido@python.org
Tue, 22 Apr 2003 12:49:37 -0400
Update of /cvs-repository/Zope3/src/zope/publisher
In directory cvs.zope.org:/tmp/cvs-serv26096
Modified Files:
publish.py
Log Message:
Add XXX comment asking for a clarification of the presence of
debug_call().
=== Zope3/src/zope/publisher/publish.py 1.8 => 1.9 ===
--- Zope3/src/zope/publisher/publish.py:1.8 Fri Apr 11 08:55:41 2003
+++ Zope3/src/zope/publisher/publish.py Tue Apr 22 12:49:36 2003
@@ -115,6 +115,8 @@
return object(*args)
+# XXX This is evidently a hook for something.
+# Maybe Jim could a clarifying comment explaining the use?
def debug_call(object, args):
return object(*args)