Call sys.stdout.flush() after print statements so that output has the correct order...
authorZac Medico <zmedico@gentoo.org>
Fri, 29 Sep 2006 02:10:29 +0000 (02:10 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 29 Sep 2006 02:10:29 +0000 (02:10 -0000)
commit297fc758739af448b7531db22159d1f057caacc4
tree779fb630bb79058e7490d5e2dd91349f5ebc779c
parent01055e6e5fe9c5fc3539acb56706e2b49601266d
Call sys.stdout.flush() after print statements so that output has the correct order when multiple processes output to a shared pipe.

svn path=/main/trunk/; revision=4554
pym/output.py