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/python-transaction/README | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 python/python-transaction/README (limited to 'python/python-transaction/README') diff --git a/python/python-transaction/README b/python/python-transaction/README deleted file mode 100644 index f80fdb9017..0000000000 --- a/python/python-transaction/README +++ /dev/null @@ -1,8 +0,0 @@ -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