This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rmtew
Recipients rmtew
Date 2011-02-04.03:06:01
SpamBayes Score 0.00024170463
Marked as misclassified No
Message-id <1296788763.68.0.867412797858.issue11112@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-02-04 03:06:03rmtewsetrecipients: + rmtew
2011-02-04 03:06:03rmtewsetmessageid: <1296788763.68.0.867412797858.issue11112@psf.upfronthosting.co.za>
2011-02-04 03:06:01rmtewlinkissue11112 messages
2011-02-04 03:06:01rmtewcreate