changes:
* Native cookie support, including support for automatic cryptographic
cookie signing and marshalling.
* 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.
Address an issue whereby a specific query string processed by mod_python
would cause the httpd process to crash.
This also builds with Python 2.3, so remove patch-aa.
mod_python is an Apache module that embeds the Python 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 retain
database connections and other data between hits and access to
Apache internals.