[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher - IPublication.py:1.1.2.7

Martijn Pieters mj@zope.com
Tue, 27 Nov 2001 16:07:05 -0500


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

Modified Files:
      Tag: Zope-3x-branch
	IPublication.py 
Log Message:
The Publisher no longer deals with debug specific behaviour; remove the method
from the interface.


=== Zope3/lib/python/Zope/Publisher/IPublication.py 1.1.2.6 => 1.1.2.7 ===
     # they are invoked.
 
-    def getDebugMode(request):
-        """
-        Returns the debug mode setting.
-        """
-
     def beforeTraversal(request):
         """
         Pre-traversal hook.