Metadata-Version: 1.0
Name: zope.server
Version: 3.4.3
Summary: Zope server (Web and FTP)
Home-page: http://cheeseshop.python.org/pypi/zope.server
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: zope.server Package Readme
        ==========================
        
        Overview
        --------
        
        Zope 3's Servers.
        
        This package contains generic base classes for channel-based servers, the
        servers themselves and helper objects, such as tasks and requests.
        
        
        
        =======
        CHANGES
        =======
        
        3.4.3 (2008-08-18)
        ---------------------
        
        - Moved some imports from test modules to their setUp to prevent
        failures when ZEO tests are run by the same testrunner
        
        3.4.2 (2008-02-02)
        ------------------
        
        - Fix of 599 error on conflict error in request
        see: http://mail.zope.org/pipermail/zope-dev/2008-January/030844.html
        
        
        3.4.1 (2007-06-02)
        ------------------
        
        Made WSGI server really WSGI-compliant by adding variables to the
        environment that are required by the spec.
        
        3.4.0 (2007-06-02)
        ------------------
        
        Removed an unused import. Unchanged otherwise.
        
        3.4.0a1 (2007-04-22)
        --------------------
        
        Initial release as a separate project, corresponds to zope.server
        from Zope 3.4.0a1
        
Keywords: zope3 server http ftp
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
