stdout not flushed before os.execvp()

Fredrik Lundh fredrik at pythonware.com
Tue Oct 17 12:25:05 EDT 2006


Thomas Guettler wrote:

> Is this a bug or feature?

feature.  the "exec" system call operates on a lower level than the 
stdio buffering system.

</F>




More information about the Python-list mailing list