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()

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

Reply via email to