[mod_python] req.write() can't take a tuple

Michael S. Fischer michael at dynamine.net
Mon Nov 17 12:24:59 EST 2003


Hi Grish,

Is it possible to change req.write() so that it can take a tuple of 
strings as well as string?  It would be nice to be able to call 
req.write(data, "\n") instead of breaking it into two calls.

--Michael



More information about the Mod_python mailing list