Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r63895:656b4a44da7b Date: 2013-05-07 14:26 +0200 http://bitbucket.org/pypy/pypy/changeset/656b4a44da7b/
Log: Print the version of the host (if it's PyPy, it includes the hg checksum) diff --git a/rpython/translator/goal/translate.py b/rpython/translator/goal/translate.py --- a/rpython/translator/goal/translate.py +++ b/rpython/translator/goal/translate.py @@ -147,6 +147,10 @@ else: show_help(translateconfig, opt_parser, None, config) + # print the version of the host + # (if it's PyPy, it includes the hg checksum) + log.info(sys.version) + # apply the platform settings set_platform(config) _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit