[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService - ErrorReportingService.py:1.11

Christian Theune ct@gocept.com
Sat, 7 Dec 2002 12:27:29 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService
In directory cvs.zope.org:/tmp/cvs-serv6209/lib/python/Zope/App/OFS/Services/ErrorReportingService

Modified Files:
	ErrorReportingService.py 
Log Message:
"request" in a non-view?


=== Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/ErrorReportingService.py 1.10 => 1.11 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/ErrorReportingService.py:1.10	Mon Nov 11 09:15:44 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/ErrorReportingService.py	Sat Dec  7 12:27:29 2002
@@ -68,6 +68,9 @@
     # Exceptions that happen all the time, so we dont need
     # to log them. Eventually this should be configured
     # through-the-web.
+    #
+    # XXX If I understand that right, "request" only should
+    # be used within a view. Could someone explain why I meet that here?
     def raising(self, info, request=None):
         """Log an exception.
         Called by ZopePublication.handleException method.