The SCGI protocol is a replacement for the Common Gateway Interface
(CGI) protocol. It is similar to FastCGI but is designed to be
easier to implement. The scgi package includes implementions of the
SCGI protocol for Python, Apache 1 and Apache 2.
The highlights of this release:
* Improve porta
The SCGI protocol is a replacement for the Common Gateway Interface
(CGI) protocol. It is similar to FastCGI but is designed to be easier
to implement. The scgi package includes implementions of the SCGI
protocol for Python, Apache 1 and Apache 2.
The highlights of this release:
* Ensure th
.ca/download.html>.
Neil
Summary of changes since v2.6
=
v2.7b2
--
Author: Neil Schemenauer
Date: Fri Jan 22 13:32:44 2010 -0600
Use the StringIO module rather than cStringIO.
cStringIO is gone in Python 3 and also does not handle unicode
s