summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-04-21 17:46:40 +0000
committerGregory P. Smith <greg@mad-scientist.com>2008-04-21 17:46:40 +0000
commitfa1814e1b61806fc38e166a587d8f327e2d2a9c6 (patch)
tree80659d9bc620180a2474eaa82c258a109566c7b1
parent67ea002342b140a49a06ffe903d0299465baf508 (diff)
downloadcpython-git-fa1814e1b61806fc38e166a587d8f327e2d2a9c6.tar.gz
explicitly flush after the ... since there wasn't a newline
-rwxr-xr-xTools/pybench/pybench.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/pybench/pybench.py b/Tools/pybench/pybench.py
index e1bc95d05d..83a62173c6 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