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 pitrou
Recipients amaury.forgeotdarc, giampaolo.rodola, pitrou
Date 2010-09-07.22:30:52
SpamBayes Score 0.014417551
Marked as misclassified No
Message-id <1283898654.17.0.673527111588.issue9794@psf.upfronthosting.co.za>
In-reply-to
Content
You don't need to use socketserver. Take a look at how the other tests in test_socket are written. Inheriting from ThreadedTCPSocketTest should be easy.
History
Date User Action Args
2010-09-07 22:30:54pitrousetrecipients: + pitrou, amaury.forgeotdarc, giampaolo.rodola
2010-09-07 22:30:54pitrousetmessageid: <1283898654.17.0.673527111588.issue9794@psf.upfronthosting.co.za>
2010-09-07 22:30:52pitroulinkissue9794 messages
2010-09-07 22:30:52pitroucreate