slackbuilds/python/python3-transaction
Arn0 4a1753dbdd python/python3-transaction: updated for version 5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-02-07 07:39:48 +07:00
..
README
python3-transaction.SlackBuild python/python3-transaction: updated for version 5.0 2025-02-07 07:39:48 +07:00
python3-transaction.info python/python3-transaction: updated for version 5.0 2025-02-07 07:39:48 +07:00
slack-desc

README

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.