[issue11112] UDPTimeoutTest derives from SocketTCPTest

Ned Deily report at bugs.python.org
Fri Feb 4 10:03:33 CET 2011


Ned Deily <nad at acm.org> added the comment:

Thanks for the report.  That does indeed seem to be a bug in the test:

"UDPTimeoutTest(SocketTCPTest)" should be "UDPTimeoutTest(SocketUDPTest)"

As the 3.2 release is in its final release candidate stage and this is not a release critical issue, the fix should wait until the source tree has opened up again for general fixes.

----------
nosy: +ned.deily
stage:  -> needs patch
versions: +Python 3.3 -Python 2.5, Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11112>
_______________________________________


More information about the Python-bugs-list mailing list