[Zope3-checkins] SVN: Zope3/trunk/src/ Changed to use ZODB 3.5a2,
which has a number of fixes to the
Jim Fulton
jim at zope.com
Fri Jun 17 09:17:20 EDT 2005
Log message for revision 30828:
Changed to use ZODB 3.5a2, which has a number of fixes to the
cross-database reference support.
Changed:
_U Zope3/trunk/src/
U Zope3/trunk/src/zope/app/publication/zopepublication.py
-=-
Property changes on: Zope3/trunk/src
___________________________________________________________________
Name: svn:externals
- ZConfig svn://svn.zope.org/repos/main/ZConfig/tags/ZConfig-2.3
zdaemon svn://svn.zope.org/repos/main/zdaemon/tags/zdaemon-1.1
BTrees svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a1/src/BTrees
persistent svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a1/src/persistent
ThreadedAsync svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a1/src/ThreadedAsync
transaction svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a1/src/transaction
ZEO svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a1/src/ZEO
ZODB svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a1/src/ZODB
+ ZConfig svn://svn.zope.org/repos/main/ZConfig/tags/ZConfig-2.3
zdaemon svn://svn.zope.org/repos/main/zdaemon/tags/zdaemon-1.1
BTrees svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a2/src/BTrees
persistent svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a2/src/persistent
ThreadedAsync svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a2/src/ThreadedAsync
transaction svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a2/src/transaction
ZEO svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a2/src/ZEO
ZODB svn://svn.zope.org/repos/main/ZODB/tags/3.5.0a2/src/ZODB
Modified: Zope3/trunk/src/zope/app/publication/zopepublication.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/zopepublication.py 2005-06-17 09:38:51 UTC (rev 30827)
+++ Zope3/trunk/src/zope/app/publication/zopepublication.py 2005-06-17 13:17:19 UTC (rev 30828)
@@ -250,7 +250,7 @@
'Competing writes/reads at %s' %
request.get('PATH_INFO', '???'),
exc_info=True)
- raise Retry
+ raise Retry(exc_info)
# Are there any reasons why we'd want to let application-level error
# handling determine whether a retry is allowed or not?
# Assume not for now.
More information about the Zope3-Checkins
mailing list