From: Florent Xicluna Date: Thu, 13 May 2010 18:16:06 +0000 (+0000) Subject: Revert the additional OS X information (r81140). Keep the endianness information. X-Git-Tag: v2.7rc1~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8652f2e83e8fd04a2ca845e5b2ac16f8951847fe;p=python Revert the additional OS X information (r81140). Keep the endianness information. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 6e024e96ac..8a89a674be 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -427,11 +427,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False, print "==", platform.python_implementation(), \ " ".join(sys.version.split()) print "== ", platform.platform(aliased=True), \ - "%s-endian" % sys.byteorder, - if sys.platform == 'darwin': - print platform.mac_ver() - else: - print + "%s-endian" % sys.byteorder print "== ", os.getcwd() alltests = findtests(testdir, stdtests, nottests)