[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher - Publish.py:1.1.2.13

Shane Hathaway shane@digicool.com
Mon, 7 Jan 2002 10:41:57 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher
In directory cvs.zope.org:/tmp/cvs-serv675

Modified Files:
      Tag: Zope-3x-branch
	Publish.py 
Log Message:
Changed docstring to reflect indecision regarding the way to use SystemExit.


=== Zope3/lib/python/Zope/Publisher/Publish.py 1.1.2.12 => 1.1.2.13 ===
 
 def executeRequest(request):
-    """
-    Either sets the body of the response or raises:
+    """Either sets the body of the response or raises:
     - Retry to try the request again
-    - SystemExit to stop publishing
+    - SystemExit to stop publishing  (maybe?)
     - Some other exception if handleException() raised an exception.
     """
     publication = None