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 martin.panter
Recipients docs@python, giampaolo.rodola, jimd, martin.panter, terry.reedy
Date 2016-02-19.02:50:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455850225.02.0.0369470970284.issue5824@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch to enable the Unix domain DatagramRequestHandler tests, and bind the client to a socket name. Tests pass for me on Linux :)

The Python 2 version will need to have lowercase socketserver changed case to camel-case SocketServer.
History
Date User Action Args
2016-02-19 02:50:25martin.pantersetrecipients: + martin.panter, terry.reedy, giampaolo.rodola, jimd, docs@python
2016-02-19 02:50:25martin.pantersetmessageid: <1455850225.02.0.0369470970284.issue5824@psf.upfronthosting.co.za>
2016-02-19 02:50:24martin.panterlinkissue5824 messages
2016-02-19 02:50:24martin.pantercreate