[Checkins] SVN: transaction/trunk/README.txt point at docs

Chris McDonough chrism at plope.com
Mon Dec 5 20:22:45 UTC 2011


Log message for revision 123580:
  point at docs

Changed:
  U   transaction/trunk/README.txt

-=-
Modified: transaction/trunk/README.txt
===================================================================
--- transaction/trunk/README.txt	2011-12-05 20:15:56 UTC (rev 123579)
+++ transaction/trunk/README.txt	2011-12-05 20:22:45 UTC (rev 123580)
@@ -5,8 +5,6 @@
 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``.
+See http://www.zodb.org/zodbbook/transactions.html for narrative
+documentation on its usage.
+



More information about the checkins mailing list