Re:Re: Output buffer

2007-12-23 Thread Cesar D. Rodas
On 22/12/2007, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > > Cesar D. Rodas wrote: > > > I am newbie in Python, but I like it very much. > > > > Right now I am having a problem, I am working with mod_python in apache. > > What I needing is a stdout buffering, that means that everything that I > > se

Re: Output buffer

2007-12-22 Thread Fredrik Lundh
Cesar D. Rodas wrote: > I am newbie in Python, but I like it very much. > > Right now I am having a problem, I am working with mod_python in apache. > What I needing is a stdout buffering, that means that everything that I > send to stdout keep it in a variable, then flush it and clear. plug i

Output buffer

2007-12-22 Thread Cesar D. Rodas
Hello I am newbie in Python, but I like it very much. Right now I am having a problem, I am working with mod_python in apache. What I needing is a stdout buffering, that means that everything that I send to stdout keep it in a variable, then flush it and clear. Thanks in advance. -- Best Rega