Log message for revision 111260:
  - reverted part of r105590: retry is not defined here (this bug is not in 
Zope trunk)

Changed:
  U   Zope/branches/2.12/src/ZPublisher/Publish.py

-=-
Modified: Zope/branches/2.12/src/ZPublisher/Publish.py
===================================================================
--- Zope/branches/2.12/src/ZPublisher/Publish.py        2010-04-22 11:21:26 UTC 
(rev 111259)
+++ Zope/branches/2.12/src/ZPublisher/Publish.py        2010-04-22 11:35:45 UTC 
(rev 111260)
@@ -208,7 +208,7 @@
                         transactions_manager.abort()
             finally:
                 endInteraction()
-                notify(PubFailure(request, exc_info, retry))
+                notify(PubFailure(request, exc_info, False))
             raise
 
 def publish_module_standard(module_name,

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

Reply via email to