Index of /ports/www/zope210/work/Zope-2.10.5-final/lib/python/transaction

      Name                    Last modified       Size  Description

[DIR] Parent Directory 29-Oct-2007 06:39 - [DIR] tests/ 29-Oct-2007 06:39 - [TXT] savepoint.txt 29-Oct-2007 06:14 8k [   ] interfaces.py 29-Oct-2007 06:14 17k [   ] _transaction.py 29-Oct-2007 06:14 29k [   ] _manager.py 29-Oct-2007 06:14 6k [   ] __init__.py 29-Oct-2007 06:14 1k [   ] DEPENDENCIES.cfg 29-Oct-2007 06:14 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``.