[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ZopePublication - ZopePublication.py:1.9.10.1

Rakesh Naidu rnaidu@zeomega.com
Fri, 18 Oct 2002 09:01:32 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZopePublication
In directory cvs.zope.org:/tmp/cvs-serv24863/ErrorReportingService-branch/lib/python/Zope/App/ZopePublication

Modified Files:
      Tag: ErrorReportingService-branch
	ZopePublication.py 
Log Message:
New parameter(object) has been added to handleException Method 


=== Zope3/lib/python/Zope/App/ZopePublication/ZopePublication.py 1.9 => 1.9.10.1 ===
--- Zope3/lib/python/Zope/App/ZopePublication/ZopePublication.py:1.9	Thu Aug  1 14:42:17 2002
+++ Zope3/lib/python/Zope/App/ZopePublication/ZopePublication.py	Fri Oct 18 09:01:01 2002
@@ -170,7 +170,7 @@
     def afterCall(self, request):
         get_transaction().commit()
 
-    def handleException(self, request, exc_info, retry_allowed=1):
+    def handleException(self, object, request, exc_info, retry_allowed=1):
         try:
             # Abort the transaction.
             get_transaction().abort()