]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Bug #620630] Flush stdout after logging every message. Without it,
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 4 Nov 2002 14:27:43 +0000 (14:27 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 4 Nov 2002 14:27:43 +0000 (14:27 +0000)
commite2d1214c42a4fb4a931c17dc07e11b02816528ff
tree5b382aa6892474a4bdc68e5e5b9415bf73c787d9
parent33a5edf89c566383be3b8825bb68dedbf56380a0
[Bug #620630] Flush stdout after logging every message.  Without it,
   when output is redirected to a file, compiler error messages show
   up before Distutils prints the command being invoked.
Lib/distutils/log.py