]> granicus.if.org Git - python/commit
Before calling traceback.print_exc(), call sys.stdout.flush(). This makes
authorFred Drake <fdrake@acm.org>
Fri, 15 Dec 2000 21:31:59 +0000 (21:31 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 15 Dec 2000 21:31:59 +0000 (21:31 +0000)
commit1703cf662cb3c5c7c58f20f89899c8c00240ac18
treebb2e5446f8fa8a14e5b8586cc6ec919fff2c5aa7
parent279aa6cabcd728b093c05016b0a8908cbe5e784c
Before calling traceback.print_exc(), call sys.stdout.flush().  This makes
it much easier to see where things went wrong.
Lib/test/test_minidom.py