From 5a0a94c7a4385bc3edf5b48b69277468d558afb6 Mon Sep 17 00:00:00 2001 From: Lionel Young Date: Thu, 13 May 2010 00:59:16 +0200 Subject: libraries/python-transaction: Added to 13.0 repository --- libraries/python-transaction/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libraries/python-transaction/README (limited to 'libraries/python-transaction/README') diff --git a/libraries/python-transaction/README b/libraries/python-transaction/README new file mode 100644 index 0000000000000..f80fdb90177e8 --- /dev/null +++ b/libraries/python-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