summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_socket.py')
-rw-r--r--Lib/test/test_socket.py5
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)