You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools) 10 years ago
..
README python/*: Moved a lot of Python stuff here 15 years ago
python-transaction.SlackBuild various: Update find command to match template. 12 years ago
python-transaction.info Add REQUIRED field to .info files. 14 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago

README

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.