diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-15 13:52:53 +0000 |
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-15 13:52:53 +0000 |
| commit | ba8071241bb122bfcd9ec3975d5adfa369ad61bb (patch) | |
| tree | c473fdfec0b1366b9d34283a7b6d1a83adc3c407 | |
| parent | fe9791365dbc9d1c875ae109eb9c40a14dc80cef (diff) | |
| download | cpython-git-ba8071241bb122bfcd9ec3975d5adfa369ad61bb.tar.gz | |
Revert debug printout
| -rwxr-xr-x | Lib/test/regrtest.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index a3df394eae..9f18ea4bd5 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 |
