commit | 169ed5946ad3fae10a1b1f703e6b354c4c611138 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Fri Nov 18 18:33:14 2011 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Fri Nov 18 18:33:14 2011 +0200 |
tree | 9efb119cc555f2fe049a0ca9504d68254f009c07 | |
parent | 00dc60beee3bf4b68fd658716616f25503a3a9eb [diff] [blame] |
#11112: Fix typo in a base class in test_socket.
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index b094ce9..8189bff 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py
@@ -1379,7 +1379,7 @@ # no alarm can be pending. Safe to restore old handler. signal.signal(signal.SIGALRM, old_alarm) -class UDPTimeoutTest(SocketTCPTest): +class UDPTimeoutTest(SocketUDPTest): def testUDPTimeout(self): def raise_timeout(*args, **kwargs):