[mod_python] why is this false: 'form' in dir(req)?

Daniel Nogradi nogradi at gmail.com
Wed Dec 13 16:21:25 EST 2006


Each mod_python request object has an attribute form (at least the
ones I came accross so far), yet the following is false:

'form' in dir(req)

Any reason I'm not seeing why?


More information about the Mod_python mailing list