slackbuilds_ponce/libraries/python-transaction
David Somero 7fbfc850a5 libraries/python-transaction: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
2010-06-04 01:10:14 -04:00
..
python-transaction.info libraries/python-transaction: Added to 13.0 repository 2010-05-13 00:59:16 +02:00
python-transaction.SlackBuild libraries/python-transaction: Misc automated cleanups. 2010-06-04 01:10:14 -04:00
README libraries/python-transaction: Added to 13.0 repository 2010-05-13 00:59:16 +02:00
slack-desc libraries/python-transaction: Added to 13.0 repository 2010-05-13 00:59:16 +02:00

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.