SVN: r25592 - trunk/quixote

David Binger <dbinger-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Sat, 13 Nov 2004 18:14:22 -0500
Newsgroups gmane.comp.web.quixote.cvs
Message-ID <[email protected]>
Author: dbinger
Date: 2004-11-13 15:49:54 -0500 (Sat, 13 Nov 2004)
New Revision: 25592

Modified:
   trunk/quixote/publish.py
Log:
Remove exit_now attribute from Publisher.


Modified: trunk/quixote/publish.py
===================================================================
--- trunk/quixote/publish.py	2004-11-12 21:36:33 UTC (rev 25591)
+++ trunk/quixote/publish.py	2004-11-13 20:49:54 UTC (rev 25592)
@@ -60,9 +60,6 @@
         each request
       logger : DefaultLogger
         controls access log and error log behavior
-      exit_now : boolean
-        used for internal state management.  If true, the loop in
-        publish_cgi() will terminate at the end of the current request.
       config : Config
         holds all configuration info for this application.  If the
         application doesn't provide values then default values
@@ -96,7 +93,6 @@
                             root_directory)
         self.root_directory = root_directory
 
-        self.exit_now = False
         self._request = None
 
     def log(self, msg):