You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by gr...@apache.org on 2003/05/24 05:56:40 UTC

cvs commit: httpd-python/lib/python/mod_python psp.py

grisha      2003/05/23 20:56:40

  Modified:    lib/python/mod_python psp.py
  Log:
  comented out stdout change for the time being
  
  Revision  Changes    Path
  1.3       +3 -3      httpd-python/lib/python/mod_python/psp.py
  
  Index: psp.py
  ===================================================================
  RCS file: /home/cvs/httpd-python/lib/python/mod_python/psp.py,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- psp.py	18 Apr 2003 19:54:24 -0000	1.2
  +++ psp.py	24 May 2003 03:56:40 -0000	1.3
  @@ -84,11 +84,11 @@
   
   	request.content_type = "text/html"
   
  -	sys.stdout = _stream(request)
  +#	sys.stdout = _stream(request)
   
   	req = request
  -
   	code = psp.parse(request.filename)
  +
   	psp.execute(code)
   
   	return mod_python.apache.OK