Message127863
File: Lib\test\test_socket.py
Code:
class UDPTimeoutTest(SocketTCPTest):
Problem:
This test is intended to test UDP sockets, but derives from SocketTCPTest. Logic dictates this should derive from SocketUDPTest.
I've searched for UDP (with differing case, as that seems to matter) in several different fields on this site, and found no relevant matches. |
|
Date |
User |
Action |
Args |
2011-02-04 03:06:03 | rmtew | set | recipients:
+ rmtew |
2011-02-04 03:06:03 | rmtew | set | messageid: <1296788763.68.0.867412797858.issue11112@psf.upfronthosting.co.za> |
2011-02-04 03:06:01 | rmtew | link | issue11112 messages |
2011-02-04 03:06:01 | rmtew | create | |
|