Author: Malte Swart <malte.sw...@student.hpi.uni-potsdam.de>
Branch: stmgc-c7
Changeset: r946:a772ee2447d9
Date: 2014-07-26 13:05 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/a772ee2447d9/

Log:    End image loading with \n

        For better reading of further output, end image loading with \n. By
        this the ouput is separated by a new line.

diff --git a/spyvm/squeakimage.py b/spyvm/squeakimage.py
--- a/spyvm/squeakimage.py
+++ b/spyvm/squeakimage.py
@@ -231,6 +231,7 @@
         self.init_w_objects()
         self.fillin_w_objects()
         self.synchronize_shadows()
+        os.write(2, "\n")
 
     def read_version(self):
         # 1 word version
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to