Re: The use of universal_newlines in subprocess

2007-05-22 Thread Gabriel Genellina
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

The use of universal_newlines in subprocess

2007-05-22 Thread Joel Andres Granados
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