In article <[EMAIL PROTECTED]>,
 "Sandra-24" <[EMAIL PROTECTED]> wrote:

>However in this case I'm simply getting an object (an mp_request object
>from mod_python) passed into my function, and before I pass it on to
>the functions that make up and individual web page it is modified by
>adding members and methods to add functionality.

All you want is a dictionary, then. That's basically what Python objects 
are.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to