diff --git a/Lib/importlib/test/benchmark.py b/Lib/importlib/test/benchmark.py index 90cb7dc27bb..6c8978fdb0e 100644 --- a/Lib/importlib/test/benchmark.py +++ b/Lib/importlib/test/benchmark.py @@ -110,7 +110,7 @@ def main(import_): print(result, end=' ') sys.stdout.flush() assert not sys.dont_write_bytecode - print("]", "best is", max(results)) + print("]", "best is", format(max(results), ',d')) if __name__ == '__main__':