From d50f427d4ecc9bf6b57e162bc85bdaf16df3652a Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Thu, 6 May 2021 17:11:26 +0100 Subject: python/python-transaction: Renamed python2-transaction. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python2-transaction/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/python2-transaction/README (limited to 'python/python2-transaction/README') diff --git a/python/python2-transaction/README b/python/python2-transaction/README new file mode 100644 index 0000000000..8c1d022bd7 --- /dev/null +++ b/python/python2-transaction/README @@ -0,0 +1,8 @@ +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. -- cgit v1.2.3