ANNOUNCE: Mod_python 3.3.1

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gregory (Grisha) Trubetskoy

    #1

    ANNOUNCE: Mod_python 3.3.1


    The Apache Software Foundation and The Apache HTTP Server Project are
    pleased to announce the 3.3.1 release of mod_python. Mod_python 3.3.1
    is considered a stable release, suitable for production use.

    Mod_python is an Apache HTTP Server module that embeds the Python
    language interpreter within the server. With mod_python you can write
    web-based applications in Python that will run many times faster than
    traditional CGI and will have access to advanced features such as
    ability to maintain objects between requests, access to httpd
    internals, content filters and connection handlers.

    The 3.3.1 release has many new features, feature enhancements, fixed
    bugs and other improvements over the previous version. See Appendix A
    of mod_python documentation for more details.

    Mod_python 3.3.1 is released under the new Apache License version 2.0.

    Mod_python 3.3.1 is available for download from:



    More infromation about mod_python is available at:



    Many thanks to everyone who contributed to and helped test
    this release, without your help it would not be possible!

    Regards,

    The Apache Mod_python team.
Working...