Log message for revision 79748:
  Backport of fix committed to 2.10; see 
http://www.mail-archive.com/zope-checkins@zope.org/msg03128.html.

Changed:
  U   Zope/branches/2.9/lib/python/ZPublisher/BaseRequest.py

-=-
Modified: Zope/branches/2.9/lib/python/ZPublisher/BaseRequest.py
===================================================================
--- Zope/branches/2.9/lib/python/ZPublisher/BaseRequest.py      2007-09-19 
12:00:47 UTC (rev 79747)
+++ Zope/branches/2.9/lib/python/ZPublisher/BaseRequest.py      2007-09-19 
13:26:54 UTC (rev 79748)
@@ -88,8 +88,8 @@
 
     def close(self):
         self.other.clear()
+        notify(EndRequestEvent(None, self))
         self._held=None
-        notify(EndRequestEvent(None, self))
 
     def processInputs(self):
         """Do any input processing that could raise errors

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to