diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-15 13:47:00 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-15 13:47:00 (GMT) |
commit | fe9791365dbc9d1c875ae109eb9c40a14dc80cef (patch) | |
tree | 900005be96feafdeb130af6929bed2d1e270eeb5 /Lib/test/test_socket.py | |
parent | f64317e05ff08f8358ada96a62400c5c1e3dd80c (diff) | |
download | cpython-fe9791365dbc9d1c875ae109eb9c40a14dc80cef.zip cpython-fe9791365dbc9d1c875ae109eb9c40a14dc80cef.tar.gz cpython-fe9791365dbc9d1c875ae109eb9c40a14dc80cef.tar.bz2 |
Enable debug output at the start of the regression suite instead.
Sorry for the ephemeral inconvenience.
Diffstat (limited to 'Lib/test/test_socket.py')
-rw-r--r-- | Lib/test/test_socket.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index 1d7a97c..aadfdfa 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py @@ -1905,11 +1905,6 @@ def test_main(): tests.append(TIPCTest) tests.append(TIPCThreadableTest) - if support.verbose: - import pprint - print("== Errno map:") - pprint.pprint(errno.errorcode) - thread_info = support.threading_setup() support.run_unittest(*tests) support.threading_cleanup(*thread_info) |