aboutsummaryrefslogtreecommitdiff
path: root/libraries/python-transaction/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/python-transaction/README')
-rw-r--r--libraries/python-transaction/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/libraries/python-transaction/README b/libraries/python-transaction/README
deleted file mode 100644
index f80fdb90177e..000000000000
--- a/libraries/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.