mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Revert debug printout
This commit is contained in:
parent
fe9791365d
commit
ba8071241b
1 changed files with 0 additions and 3 deletions
|
@ -450,9 +450,6 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
|
|||
print("== ", platform.platform(aliased=True),
|
||||
"%s-endian" % sys.byteorder)
|
||||
print("== ", os.getcwd())
|
||||
import pprint, errno
|
||||
print("== Errno map:")
|
||||
pprint.pprint(errno.errorcode)
|
||||
|
||||
alltests = findtests(testdir, stdtests, nottests)
|
||||
selected = tests or args or alltests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue