mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
d50f427d4e
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
448 B
Text
8 lines
448 B
Text
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.
|