]> granicus.if.org Git - python/commitdiff
Revert the additional OS X information (r81140). Keep the endianness information.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Thu, 13 May 2010 18:16:06 +0000 (18:16 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Thu, 13 May 2010 18:16:06 +0000 (18:16 +0000)
Lib/test/regrtest.py

index 6e024e96acb9b758a63a33886717daff523324ae..8a89a674be0ce8f9869d0e7b0340aa03fe74745e 100755 (executable)
@@ -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)