ANNOUNCE: Mod_python 3.2.7

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

    #1

    ANNOUNCE: Mod_python 3.2.7


    The Apache Software Foundation and The Apache HTTP Server Project are
    pleased to announce the 3.2.7 release of mod_python. Mod_python 3.2.7
    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.2.7 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.2.7 is released under Apache License version 2.0.

    Mod_python 3.2.7 is available for download from:



    More information about mod_python is available at:



    Many thanks to Jim Gallacher, Graham Dumpleton, Nicolas Lehuen and
    everyone else who contributed to and helped test this release, without
    your help it would not be possible!

    Regards,

    Grisha Trubetskoy
  • Damjan

    #2
    Re: ANNOUNCE: Mod_python 3.2.7

    Just upgraded from 3.1.4 / Apache-2.0.55, and I can confirm that both
    moin-1.5 and trac-0.9.3 continued to work without problems.

    Comment

    Working...