In article <[EMAIL PROTECTED]>,
Daniel Yoo  <[EMAIL PROTECTED]> wrote:
>gf gf <[EMAIL PROTECTED]> wrote:
                        .
                        .
                        .
>: If not, how can I flush it manually?  sys.stdout.flush() didn't
>: seem to work.
>
>Hmmmm, that's odd.  sys.stdout.flush() should do it.  How are you
>testing that stdout isn't flushing as you expect?
>
>
>Best of wishes to you!

gf, remember to write

  sys.stdout.flush()

rather than

  sys.stdout.flush

That's a mistake that catches many.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to