From: Antoine Pitrou Date: Fri, 15 Oct 2010 13:52:53 +0000 (+0000) Subject: Revert debug printout X-Git-Tag: v3.2a4~566 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba8071241bb122bfcd9ec3975d5adfa369ad61bb;p=thirdparty%2FPython%2Fcpython.git Revert debug printout --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index a3df394eaef9..9f18ea4bd50e 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