#11112: merge with 3.2.

This commit is contained in:
Ezio Melotti 2011-11-18 18:35:53 +02:00
commit 4a7abe7ca6
1 changed files with 1 additions and 1 deletions

View File

@ -4184,7 +4184,7 @@ class TCPTimeoutTest(SocketTCPTest):
# 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):