[Zope3-checkins] SVN: Zope3/trunk/src/ Use a special 3.4a1 in Zope3.

Tim Peters tim.one at comcast.net
Sat Apr 2 19:16:21 EST 2005


Log message for revision 29852:
  Use a special 3.4a1 in Zope3.
  
  Zope3 doesn't include all of ZODB, and in particular skips
  the old Peristence module.  But one of the ZODB tests
  (checkOldStyleRoot) has an obscure dependence on Persistence
  (buried in a hand-constructed pickle), so that test fails in
  Zope3's idea of what ZODB is.  The new tag is 3.4a1 with that
  test changed to tolerate the absence of Persistence.
  

Changed:
  _U  Zope3/trunk/src/

-=-

Property changes on: Zope3/trunk/src
___________________________________________________________________
Name: svn:externals
   - BTrees         svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a1/src/BTrees
persistent     svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a1/src/persistent
ThreadedAsync  svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a1/src/ThreadedAsync
transaction    svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a1/src/transaction
ZEO            svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a1/src/ZEO
ZODB           svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a1/src/ZODB

   + BTrees         svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a1-Zope3/src/BTrees
persistent     svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a1-Zope3/src/persistent
ThreadedAsync  svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a1-Zope3/src/ThreadedAsync
transaction    svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a1-Zope3/src/transaction
ZEO            svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a1-Zope3/src/ZEO
ZODB           svn://svn.zope.org/repos/main/ZODB/tags/3.4.0a1-Zope3/src/ZODB




More information about the Zope3-Checkins mailing list