Metadata-Version: 1.1
Name: zope.rdb
Version: 3.5.0
Summary: Zope RDBMS transaction integration
Home-page: http://pypi.python.org/pypi/zope.rdb
Author: Zope Corporation and Contributors
Author-email: zope3-dev@zope.org
License: ZPL 2.1
Description: zope.rdb
        ********
        
        .. contents::
        
        Overview
        ========
        
        Zope RDBMS Transaction Integration.
        
        Provides a proxy for interaction between the zope transaction
        framework and the db-api connection.  Databases which want to support
        sub transactions need to implement their own proxy.
        
        Change History
        ==============
        
        3.5.0 (2009/01/31)
        ------------------
        
        - Use zope.container instead of zope.app.container.
        
        3.4.2 (2008/10/10)
        ------------------
        
        - Re-release 3.4.1
        
        3.4.1 (2008/10/10)
        ------------------
        
        - Remove body of DatabaseException, base Exception class already
          provides the same functionality.
        
        - Use hashlib.md5 instead of md5.new if available. md5 module is
          deprecated and will be removed in a future Python release.
        
        - Remove usage of 'as' as variable name. 'as' is a keyword in Python
          2.6 and generates a SyntaxError.
        
        3.4.0 (2007/09/01)
        ------------------
        
        - Initial release as an independent package
        
        Download
        ********
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development
Classifier: Framework :: Zope3
