#11112: merge with 3.2.

This commit is contained in:
Ezio Melotti 2011-11-18 18:35:53 +02:00
commit 4a7abe7ca6

View file

@ -4184,7 +4184,7 @@ def alarm_handler(signal, frame):
# 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):