En Tue, 22 May 2007 12:00:48 -0300, Joel Andres Granados
<[EMAIL PROTECTED]> escribió:
> I have been working with the universal_newlines option that can be
> specified while using the subprocess module. I'm calling an app that
> uses sys.stdout.write('\r'+' '*80) to manage its stdout. The sit
Hi list:
I have been working with the universal_newlines option that can be
specified while using the subprocess module. I'm calling an app that
uses sys.stdout.write('\r'+' '*80) to manage its stdout. The situation
that I encountered was that when I wanted to log this output into a file
i