[Zope3-checkins] CVS: Zope3/src/zope/publisher - publish.py:1.10

Guido van Rossum guido@python.org
Tue, 29 Apr 2003 13:00:26 -0400


Update of /cvs-repository/Zope3/src/zope/publisher
In directory cvs.zope.org:/tmp/cvs-serv31392

Modified Files:
	publish.py 
Log Message:
Clarify the point of debug_call().


=== Zope3/src/zope/publisher/publish.py 1.9 => 1.10 ===
--- Zope3/src/zope/publisher/publish.py:1.9	Tue Apr 22 12:49:36 2003
+++ Zope3/src/zope/publisher/publish.py	Tue Apr 29 13:00:25 2003
@@ -115,9 +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):
+    # The presence of this function allows us to set a pdb breakpoint
     return object(*args)
 
 def publish(request, handle_errors=True):