From ba8071241bb122bfcd9ec3975d5adfa369ad61bb Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Fri, 15 Oct 2010 13:52:53 +0000 Subject: Revert debug printout --- Lib/test/regrtest.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index a3df394..9f18ea4 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -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 -- cgit v0.12