[Zope-Checkins] SVN: Zope/branches/tseaver-fix_wsgi/src/App/ZApplication.py Remove inappropriate suspenders from request cleaner.
Tres Seaver
tseaver at palladion.com
Sat May 29 14:56:21 EDT 2010
Log message for revision 112840:
Remove inappropriate suspenders from request cleaner.
Aborting the transaction is the publisher's job, not the application's.
Changed:
U Zope/branches/tseaver-fix_wsgi/src/App/ZApplication.py
-=-
Modified: Zope/branches/tseaver-fix_wsgi/src/App/ZApplication.py
===================================================================
--- Zope/branches/tseaver-fix_wsgi/src/App/ZApplication.py 2010-05-29 18:56:19 UTC (rev 112839)
+++ Zope/branches/tseaver-fix_wsgi/src/App/ZApplication.py 2010-05-29 18:56:21 UTC (rev 112840)
@@ -80,5 +80,4 @@
self._jar = jar
def __del__(self):
- transaction.abort()
self._jar.close()
More information about the Zope-Checkins
mailing list