Index of /www001/src/ports/www/zope29/work/Zope-2.9.7-final/lib/python/transaction

      Name                    Last modified       Size  Description

[DIR] Parent Directory 25-Mar-2007 02:48 - [DIR] tests/ 25-Mar-2007 02:47 - [TXT] savepoint.txt 25-Mar-2007 02:47 8k [   ] interfaces.py 25-Mar-2007 02:47 15k [   ] _transaction.py 25-Mar-2007 02:47 26k [   ] _manager.py 25-Mar-2007 02:47 6k [   ] __init__.py 25-Mar-2007 02:47 1k [   ] DEPENDENCIES.cfg 25-Mar-2007 02:47 1k

============
Transactions
============

This package contains a generic transaction implementation for Python. It is
mainly used by the ZODB, though.

Note that the data manager API, ``transaction.interfaces.IDataManager``,
is syntactically simple, but semantically complex.  The semantics
were not easy to express in the interface. This could probably use
more work.  The semantics are presented in detail through examples of
a sample data manager in ``transaction.tests.test_SampleDataManager``.