ANNOUNCE: mod_python 2.7.1

Gregory Trubetskoy grisha at ispol.com
Mon Dec 18 16:51:13 EST 2000


What it is:

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.

http://www.modpython.org/ for info and download.

What's new in 2.7?

   *  Greatly improved documentation. The documents were remade using the
        Python documentation framework. The documentation is now available
        in HTML and PDF, has a much improved consistent look and an index. 
   *  New PythonHandlerModule directive. 
   *  New mod_python.publisher handler. 
   *  New mod_python.util module. 
   *  Several other less significant bug fixes and improvements. 

--
  Gregory (Grisha) Trubetskoy
       grisha at ispol.com




More information about the Python-list mailing list