New submission from rmtew <richard.m....@gmail.com>: 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. ---------- components: Tests messages: 127863 nosy: rmtew priority: normal severity: normal status: open title: UDPTimeoutTest derives from SocketTCPTest versions: Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11112> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com