[New-bugs-announce] [issue11112] UDPTimeoutTest derives from SocketTCPTest

rmtew report at bugs.python.org
Fri Feb 4 04:06:03 CET 2011


New submission from rmtew <richard.m.tew at 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 <report at bugs.python.org>
<http://bugs.python.org/issue11112>
_______________________________________


More information about the New-bugs-announce mailing list