From: Gregory P. Smith Date: Mon, 21 Apr 2008 17:46:40 +0000 (+0000) Subject: explicitly flush after the ... since there wasn't a newline X-Git-Tag: v2.6a3~129 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa1814e1b61806fc38e166a587d8f327e2d2a9c6;p=thirdparty%2FPython%2Fcpython.git explicitly flush after the ... since there wasn't a newline --- diff --git a/Tools/pybench/pybench.py b/Tools/pybench/pybench.py index e1bc95d05d83..83a62173c642 100755 --- a/Tools/pybench/pybench.py +++ b/Tools/pybench/pybench.py @@ -501,6 +501,7 @@ class Benchmark: def calibrate(self): print 'Calibrating tests. Please wait...', + sys.stdout.flush() if self.verbose: print print