transaction 1.0a1
Transaction management for Python
Latest Version: 1.2.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.
Changes
1.0 (unreleased)
- Initial release, branched from ZODB trunk on 2007-11-08 (aka "3.9.0dev").
- Remove (deprecated) support for beforeCommitHook alias to addBeforeCommitHook.
- Add weakset tests.
- Remove unit tests that depend on ZODB.tests.utils from test_transaction (these are actually integration tests).
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| transaction-1.0a1.tar.gz (md5) | Source | 2007-12-19 | 34KB | 20419 | |
- Author: Zope Corporation
- Home Page: http://www.zope.org/Products/ZODB
- License: ZPL 2.1
- Platform: any
- Categories
- Package Index Owner: chrism, srichter, tseaver, J1m, ctheune, roymath, gary, tlotze, faassen, agroszer, hannosch, baijum, menesis
- DOAP record: transaction-1.0a1.xml
