Ben Leslie
benno at sesgroup.net
Mon Nov 20 10:13:18 EST 2000
On Sun, 19 Nov 2000, Eric Adam wrote: > Is there a source of user-built modules for use with mod_python? > > I'm looking for a module that will present the contents of a POST in > dictionary or similar form and would rather not re-invent the wheel. > Check out the cgi handler in the python core. It has a lot of useful things like this. Cheers, Benno
|