[mod_python] Passing data across handlers

Gregory Trubetskoy grisha at modpython.org
Tue Sep 12 11:48:10 EST 2000


On Tue, 12 Sep 2000, Rich Salz wrote:

> Is the request_rec notes field mapped to a python list?  Could/should it
> be?

req.notes is an mptable object. It's a Python mapping to an Apache
table. Apache tables are sort of like dictionaries, except they work only
with strings. The nice thing about them is that Apache manages the memory.

Grisha




More information about the Mod_python mailing list