mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Revert the additional OS X information (r81140). Keep the endianness information.
This commit is contained in:
parent
b7d413f9bc
commit
8652f2e83e
1 changed files with 1 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue