Don't use print statements.  Your framework will have a way to write
to the response (with webapp, self.response.out.write).

On Jul 30, 11:45 am, TohSiang© <tohsi...@google.com> wrote:
> Can anyone tell me how I can suppress all the "extra" information that comes
> with a print statement?
>
> Whenever I issue a print command, the following will ALWAYS appear:
> *Status: 200 OK*
> ***Content-Type: text/html; charset=utf-8*
> ***Cache-Control: no-cache*
> ***Expires: Fri, 01 Jan 1990 00:00:00 GMT **Content-Length: 0*
> *
> *
> It is causing my post-print statements (such as template.render) to screw
> up.
> Please help.
> Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to