You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-dev@quetz.apache.org by "Gregory (Grisha) Trubetskoy" <gr...@apache.org> on 2004/02/23 20:05:53 UTC

[DRAFT] ANNOUNCE: Mod_python 3.1.3

Let me know if you see anything wrong with the text below:

-------------------------------------------------------------------------


The Apache Software Foundation and The Apache HTTP Server Project are
pleased to announce the 3.1.3 release mod_python. 3.1.3 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.

This release includes several features not available in the previous
stable release (3.0.x). Some feature highlights:

* Server-side sessions with memory or dbm-based storage and session
  locking support.

* PSP - a fast flex-based scanner which allows embedding Python code
  within HTML.

* Native cookie support, including support for automatic cryptographic
  cookie signing and marshalling.

Mod_python 3.1.3 is available for download from:

http://httpd.apache.org/modules/python-download.cgi

Regards,

Grisha Trubetskoy