• Tim Peters's avatar
    Merge/port assorted ZODB changes checked into Zope3's ZODB copy. · 312632fa
    Tim Peters authored
    Please don't do that:  ZODB changes need to be done in the ZODB
    project.  Checkins to Zope3 have no effect on ZODB in reality.
    
    This includes:
    
    r26945 | jim | 2004-08-06 18:30:44 -0400 (Fri, 06 Aug 2004) | 6 lines
       M /Zope3/trunk/src/persistent/tests/test_persistent.py
    
    Updated to work with the versions of doctest from Python with versions
      greater than or equal to 2.3.0 and less than 2.4.0.a2 and with
      versions greater than 2.4.0a2.
    
    r26482 | srichter | 2004-07-13 13:07:03 -0400 (Tue, 13 Jul 2004) | 2 lines
       M /Zope3/trunk/src/transaction/__init__.py
       M /Zope3/trunk/src/transaction/_transaction.py
       M /Zope3/trunk/src/transaction/tests/test_transaction.py
    
    Converted XXX to TODO.
    
    r25953 | sidnei | 2004-06-23 13:14:20 -0400 (Wed, 23 Jun 2004) | 1 line
       M /Zope3/trunk/src/ZODB/interfaces.py
       M /Zope3/trunk/src/transaction/_transaction.py
    
    Add missing sortKey method to ZopeDBTransactionManager and DataManagerAdapter,
    and also add it to the interface.
    
    r25273 | philikon | 2004-06-06 04:43:57 -0400 (Sun, 06 Jun 2004) | 4 lines
    Changed paths:
       M /Zope3/trunk/src/BTrees
       M /Zope3/trunk/src/ZODB
       M /Zope3/trunk/src/persistent
    
    Ignore .so files.
    
    This fix should probably be merged to the original ZODB tree.
    312632fa
interfaces.py 15.1 KB