[Zope-Checkins]
SVN: Zope/branches/2.9/lib/python/ZPublisher/BaseRequest.py
Backport of fix committed to 2.10;
see http://www.mail-archive.com/zope-checkins@zope.org/msg03128.html.
Malthe Borch
mborch at gmail.com
Wed Sep 19 09:26:55 EDT 2007
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
More information about the Zope-Checkins
mailing list