[mod_python] FieldStorage class

nineclue at bigfoot.com nineclue at bigfoot.com
Fri Apr 27 13:13:06 EST 2001


Hello,

During playing with util.FieldStorage classes I found that when form data
is loaded with POST method, Request object has already has 'data' member
that is loaded with form variables, even without creating intance of
FieldStorage. I tried to search manual about this, but failed. 

Is this member is safe to use in my code? Will this be supported in future
versions?

Thanks in advance.

Suhku Huh





More information about the Mod_python mailing list