[mod_python] psp.parsestring() hangs httpd

Gregory (Grisha) Trubetskoy grisha at modpython.org
Mon Dec 27 13:58:25 EST 2004



On Sun, 26 Dec 2004, Jason Pratt wrote:

> def handler( req=None ):
>        req.content_type = "text/html"
>        exec psp.parsestring( "Hello World" )
>        return apache.OK
>

I wonder if it insists on a newline at the end. That'd still make it a 
bug, of course.

Grisha


More information about the Mod_python mailing list